From 8a4fc83b1bf65c07de34dcc3cecc5f98e86b2ac8 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 3 Jun 2026 13:56:18 +0530 Subject: [PATCH] Update Contentstack dependency to version 3.16 across podspec files and Podfile.lock --- ContentstackPersistence.podspec | 2 +- ContentstackPersistenceCoreData.podspec | 2 +- ContentstackPersistenceRealm.podspec | 2 +- Podfile.lock | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ContentstackPersistence.podspec b/ContentstackPersistence.podspec index e5a7fe2..9539b21 100755 --- a/ContentstackPersistence.podspec +++ b/ContentstackPersistence.podspec @@ -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}' diff --git a/ContentstackPersistenceCoreData.podspec b/ContentstackPersistenceCoreData.podspec index 6872743..7692b36 100644 --- a/ContentstackPersistenceCoreData.podspec +++ b/ContentstackPersistenceCoreData.podspec @@ -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}' diff --git a/ContentstackPersistenceRealm.podspec b/ContentstackPersistenceRealm.podspec index ac4f5da..5d3e5ec 100644 --- a/ContentstackPersistenceRealm.podspec +++ b/ContentstackPersistenceRealm.podspec @@ -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' } diff --git a/Podfile.lock b/Podfile.lock index 6f16e51..777628b 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -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) @@ -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