|
@@ -7,13 +7,13 @@ Pod::Spec.new do |s|
|
|
|
s.license = 'BSD'
|
|
|
s.source = { :git => 'https://github.com/facebook/SocketRocket.git', :tag => s.version.to_s }
|
|
|
s.requires_arc = true
|
|
|
-
|
|
|
+
|
|
|
s.source_files = 'SocketRocket/**/*.{h,m}'
|
|
|
s.public_header_files = 'SocketRocket/*.h'
|
|
|
|
|
|
- s.ios.deployment_target = '9.0'
|
|
|
- s.osx.deployment_target = '10.9'
|
|
|
- s.tvos.deployment_target = '9.0'
|
|
|
+ s.ios.deployment_target = '11.0'
|
|
|
+ s.osx.deployment_target = '10.13'
|
|
|
+ s.tvos.deployment_target = '11.0'
|
|
|
|
|
|
s.ios.frameworks = 'CFNetwork', 'Security'
|
|
|
s.osx.frameworks = 'CoreServices', 'Security'
|