Update Cache.podspec for WatchOS

Hi Guys, we would like to use your library in a Watch app
Could you please add the platform WatchOS to your pod specification ?
Regards ;)
This commit is contained in:
Francois
2017-02-07 18:32:30 +01:00
committed by GitHub
parent 09cfdacf97
commit df83d784a6
+1
View File
@@ -11,6 +11,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.2'
s.watchos.deployment_target = '2.0'
s.requires_arc = true
s.ios.source_files = 'Source/{iOS,Shared}/**/*'