Skip to content

Commit ee5b5eb

Browse files
Merge pull request #38 from apivideo/fix/ios_release
chore(ios): temporary disable watchos support in cocoapods. Due to Co…
2 parents d9ed14b + a491898 commit ee5b5eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ApiVideoClient.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Pod::Spec.new do |s|
33
s.ios.deployment_target = '10.0'
44
s.osx.deployment_target = '10.12'
55
s.tvos.deployment_target = '10.0'
6-
s.watchos.deployment_target = '3.0'
6+
# Add back when CocoaPods/CocoaPods#11558 is released
7+
#s.watchos.deployment_target = '3.0'
78
s.version = '1.1.0'
89
s.source = { :git => 'https://github.com/apivideo/api.video-ios-client', :tag => 'v1.1.0' }
910
s.authors = { 'Ecosystem Team' => 'ecosystem@api.video' }

0 commit comments

Comments
 (0)