Skip to content

Commit d6752cc

Browse files
committed
Release 1.0.1
1 parent 070a167 commit d6752cc

35 files changed

+1890
-1035
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Example/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
platform :ios, '8.0'
22

33
target 'SJSQLite3_Example' do
4-
pod 'SJSQLite3', :path => '../'
4+
pod 'SJSQLite3/lib/YYModel', :path => '../'
55

6-
pod 'YYModel'
6+
#pod 'YYModel'
77
# target 'SJSQLite3_Tests' do
88
# pod 'SJSQLite3', :path => '../'
99
# end

Example/Podfile.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
PODS:
2-
- SJSQLite3 (1.0.0):
3-
- SJSQLite3/Core (= 1.0.0)
4-
- SJSQLite3/Protocol (= 1.0.0)
52
- SJSQLite3/Core (1.0.0):
63
- SJSQLite3/Protocol
4+
- SJSQLite3/lib/YYModel (1.0.0):
5+
- SJSQLite3/Core
6+
- YYModel
77
- SJSQLite3/Protocol (1.0.0)
88
- YYModel (1.0.4)
99

1010
DEPENDENCIES:
11-
- SJSQLite3 (from `../`)
12-
- YYModel
11+
- SJSQLite3/lib/YYModel (from `../`)
1312

1413
SPEC REPOS:
1514
https://github.com/cocoapods/specs.git:
@@ -20,9 +19,9 @@ EXTERNAL SOURCES:
2019
:path: "../"
2120

2221
SPEC CHECKSUMS:
23-
SJSQLite3: cc495a2f6b42cf37c3cadad67edabb20d8788882
22+
SJSQLite3: 9c8f29deefe296bb277c84fc121d2ce397c5c6aa
2423
YYModel: 2a7fdd96aaa4b86a824e26d0c517de8928c04b30
2524

26-
PODFILE CHECKSUM: 1176b5a164300a5a7bf687b23d415077bac401da
25+
PODFILE CHECKSUM: ea1ed6fe8f5b3a00fa7acaf54e013a3ea2f56256
2726

2827
COCOAPODS: 1.7.5

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
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 & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Headers/Public/SJSQLite3/SJSQLite3+SJSQLite3CollectionExtended.h

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

Example/Pods/Headers/Public/SJSQLite3/SJSQLite3+SJSQLite3ContainerExtended.h

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

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

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

0 commit comments

Comments
 (0)