Skip to content

Commit a526bb6

Browse files
committed
Deployment target update
1 parent bf91ed4 commit a526bb6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ContentstackUtils.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ s.source = { :git => 'https://github.com/contentstack/contentstack-uti
1616
s.social_media_url = 'https://twitter.com/Contentstack'
1717
s.swift_version = '5.0'
1818

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"
19+
s.ios.deployment_target = '10.1'
20+
s.osx.deployment_target = '10.12'
21+
s.tvos.deployment_target = "10.0"
22+
s.watchos.deployment_target = "3.0"
2323

2424
s.source_files = 'Sources/**/*.{swift}'
2525
s.framework = "Foundation"

0 commit comments

Comments
 (0)