We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf91ed4 commit a526bb6Copy full SHA for a526bb6
1 file changed
ContentstackUtils.podspec
@@ -16,10 +16,10 @@ s.source = { :git => 'https://github.com/contentstack/contentstack-uti
16
s.social_media_url = 'https://twitter.com/Contentstack'
17
s.swift_version = '5.0'
18
19
-s.ios.deployment_target = '8.0'
20
-s.osx.deployment_target = '10.9'
21
-s.tvos.deployment_target = "9.0"
22
-s.watchos.deployment_target = "2.0"
+s.ios.deployment_target = '10.1'
+s.osx.deployment_target = '10.12'
+s.tvos.deployment_target = "10.0"
+s.watchos.deployment_target = "3.0"
23
24
s.source_files = 'Sources/**/*.{swift}'
25
s.framework = "Foundation"
0 commit comments