We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9ed14b + a491898 commit ee5b5ebCopy full SHA for ee5b5eb
ApiVideoClient.podspec
@@ -3,7 +3,8 @@ Pod::Spec.new do |s|
3
s.ios.deployment_target = '10.0'
4
s.osx.deployment_target = '10.12'
5
s.tvos.deployment_target = '10.0'
6
- s.watchos.deployment_target = '3.0'
+ # Add back when CocoaPods/CocoaPods#11558 is released
7
+ #s.watchos.deployment_target = '3.0'
8
s.version = '1.1.0'
9
s.source = { :git => 'https://github.com/apivideo/api.video-ios-client', :tag => 'v1.1.0' }
10
s.authors = { 'Ecosystem Team' => 'ecosystem@api.video' }
0 commit comments