From f829e78f10dfec6583e8ea6f9d00194c59b199ba Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Fri, 13 Jun 2025 14:26:49 +0530 Subject: [PATCH] fix: update iOS deployment target to 12.0 and upgrade CocoaPods version to 1.16.2 --- Contentstack.podspec | 2 +- Podfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Contentstack.podspec b/Contentstack.podspec index a382b2e..f51095d 100644 --- a/Contentstack.podspec +++ b/Contentstack.podspec @@ -15,7 +15,7 @@ s.author = { 'Contentstack' => 'support@contentstack.io' } s.source = { :git => 'https://github.com/contentstack/contentstack-ios.git', :tag => 'v3.14.0' } s.social_media_url = 'https://twitter.com/Contentstack' -s.ios.deployment_target = '11.0' +s.ios.deployment_target = '12.0' s.source_files = 'ThirdPartyExtension/ISO8601DateFormatter/*.{h,m}','ThirdPartyExtension/Networking/*.{h,m}','ThirdPartyExtension/MMarkDown/*.{h,m}', 'Contentstack/*.{h,m}', 'Contentstack/ThirdPartyNamespaceHeader/*.h', 'ContentstackInternal/*.{h,m}' diff --git a/Podfile.lock b/Podfile.lock index c23fa6e..291ca6f 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,3 +1,3 @@ PODFILE CHECKSUM: e70b33906e829ccd2b052bc0e0cff91ee8ee49e6 -COCOAPODS: 1.15.2 +COCOAPODS: 1.16.2