Skip to content

Commit 9800ee3

Browse files
committed
Release 1.0.0
1 parent 08345c4 commit 9800ee3

File tree

1,048 files changed

+5516
-88027
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,048 files changed

+5516
-88027
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Example/Podfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
platform :ios, '8.0'
2+
3+
target 'SJSQLite3_Example' do
4+
pod 'SJSQLite3', :path => '../'
5+
6+
pod 'YYModel'
7+
# target 'SJSQLite3_Tests' do
8+
# pod 'SJSQLite3', :path => '../'
9+
# end
10+
end

Example/Podfile.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
PODS:
2+
- SJSQLite3 (1.0.0):
3+
- SJSQLite3/Core (= 1.0.0)
4+
- SJSQLite3/Protocol (= 1.0.0)
5+
- SJSQLite3/Core (1.0.0):
6+
- SJSQLite3/Protocol
7+
- SJSQLite3/Protocol (1.0.0)
8+
- YYModel (1.0.4)
9+
10+
DEPENDENCIES:
11+
- SJSQLite3 (from `../`)
12+
- YYModel
13+
14+
SPEC REPOS:
15+
https://github.com/cocoapods/specs.git:
16+
- YYModel
17+
18+
EXTERNAL SOURCES:
19+
SJSQLite3:
20+
:path: "../"
21+
22+
SPEC CHECKSUMS:
23+
SJSQLite3: cc495a2f6b42cf37c3cadad67edabb20d8788882
24+
YYModel: 2a7fdd96aaa4b86a824e26d0c517de8928c04b30
25+
26+
PODFILE CHECKSUM: 1176b5a164300a5a7bf687b23d415077bac401da
27+
28+
COCOAPODS: 1.7.5

Example/Pods/Headers/Private/SJSQLite3/SJSQLite3+SJSQLite3Extended.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Headers/Private/SJSQLite3/SJSQLite3.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Headers/Private/SJSQLite3/SJSQLite3TableInfosCache.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Headers/Private/SJSQLite3/SJSQLiteColumnInfo.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Headers/Private/SJSQLite3/SJSQLiteCore.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Headers/Private/SJSQLite3/SJSQLiteErrors.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)