diff --git a/ApiVideoClient.podspec b/ApiVideoClient.podspec index 3bbe8a0..7223055 100644 --- a/ApiVideoClient.podspec +++ b/ApiVideoClient.podspec @@ -3,7 +3,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '10.0' s.osx.deployment_target = '10.12' s.tvos.deployment_target = '10.0' - s.watchos.deployment_target = '3.0' + # Add back when CocoaPods/CocoaPods#11558 is released + #s.watchos.deployment_target = '3.0' s.version = '1.1.0' s.source = { :git => 'https://github.com/apivideo/api.video-ios-client', :tag => 'v1.1.0' } s.authors = { 'Ecosystem Team' => 'ecosystem@api.video' }