Skip to content

Commit

Permalink
Merge pull request #38 from apivideo/fix/ios_release
Browse files Browse the repository at this point in the history
chore(ios): temporary disable watchos support in cocoapods. Due to Co…
  • Loading branch information
bot-api-video committed Dec 6, 2022
2 parents d9ed14b + a491898 commit ee5b5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ApiVideoClient.podspec
Expand Up @@ -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' }
Expand Down

0 comments on commit ee5b5eb

Please sign in to comment.