Remove watchOS

This commit is contained in:
Khoa Pham
2017-10-27 10:07:12 +02:00
parent 2e4c6e1f17
commit dfc998d434
-1
View File
@@ -11,7 +11,6 @@ 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}/**/*'