Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ContentstackPersistence.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ s.source = { :git => 'https://github.com/contentstack/contentstack-ios
s.social_media_url = 'https://twitter.com/Contentstack'

s.ios.deployment_target = '12.0'
s.dependency 'Contentstack', '~> 3.12'
s.dependency 'Contentstack', '~> 3.16'
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
s.source_files = 'ContentstackPersistence/*.{h,m}'
s.public_header_files = 'ContentstackPersistence/*.{h}'
Expand Down
2 changes: 1 addition & 1 deletion ContentstackPersistenceCoreData.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ s.source = { :git => 'https://github.com/contentstack/contentstack-ios
s.social_media_url = 'https://twitter.com/Contentstack'

s.ios.deployment_target = '12.0'
s.dependency 'Contentstack', '~> 3.12'
s.dependency 'Contentstack', '~> 3.16'
s.dependency 'ContentstackPersistence', '~> 0.1.1'
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
s.source_files = 'ContentstackPersistenceCoreData/*.{h,m}'
Expand Down
2 changes: 1 addition & 1 deletion ContentstackPersistenceRealm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ s.source = { :git => 'https://github.com/contentstack/contentstack-ios
s.social_media_url = 'https://twitter.com/Contentstack'

s.ios.deployment_target = '12.0'
s.dependency 'Contentstack', '~> 3.6'
s.dependency 'Contentstack', '~> 3.16'
s.dependency 'ContentstackPersistence', '~> 0.1.1'
s.dependency 'Realm', '~> 4.0'
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Contentstack (3.12.0)
- Contentstack (3.16.0)
- Realm (10.43.1):
- Realm/Headers (= 10.43.1)
- Realm/Headers (10.43.1)
Expand All @@ -14,9 +14,9 @@ SPEC REPOS:
- Realm

SPEC CHECKSUMS:
Contentstack: 9d1dbbcc759c6a99b766610cc83df98eaa11dd69
Contentstack: 0c0b524d69c50a4df3197b1cd696ffa44d01acd2
Realm: d97b438de77459e443bd2c8ad5ca0f95107aee4b

PODFILE CHECKSUM: 1f06bd77d994e6965510fdf5f30229e07b6e36c3

COCOAPODS: 1.13.0
COCOAPODS: 1.16.2
Loading