Skip to content

Commit 298d84b

Browse files
Merge pull request #65 from contentstack/fix/release
fix: update iOS deployment target to 12.0
2 parents 1a0d6ee + 798115b commit 298d84b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Contentstack.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ s.author = { 'Contentstack' => '[email protected]' }
1515
s.source = { :git => 'https://github.com/contentstack/contentstack-ios.git', :tag => 'v3.14.0' }
1616
s.social_media_url = 'https://twitter.com/Contentstack'
1717

18-
s.ios.deployment_target = '11.0'
18+
s.ios.deployment_target = '12.0'
1919

2020

2121
s.source_files = 'ThirdPartyExtension/ISO8601DateFormatter/*.{h,m}','ThirdPartyExtension/Networking/*.{h,m}','ThirdPartyExtension/MMarkDown/*.{h,m}', 'Contentstack/*.{h,m}', 'Contentstack/ThirdPartyNamespaceHeader/*.h', 'ContentstackInternal/*.{h,m}'

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PODFILE CHECKSUM: e70b33906e829ccd2b052bc0e0cff91ee8ee49e6
22

3-
COCOAPODS: 1.15.2
3+
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)