|
@@ -25,6 +25,8 @@ Pod::Spec.new do |s|
|
|
|
s.authors = { "onevcat" => "onevcat@gmail.com" }
|
|
s.authors = { "onevcat" => "onevcat@gmail.com" }
|
|
|
s.social_media_url = "http://twitter.com/onevcat"
|
|
s.social_media_url = "http://twitter.com/onevcat"
|
|
|
|
|
|
|
|
|
|
+ s.swift_version = "4.0"
|
|
|
|
|
+
|
|
|
s.ios.deployment_target = "8.0"
|
|
s.ios.deployment_target = "8.0"
|
|
|
s.tvos.deployment_target = "9.0"
|
|
s.tvos.deployment_target = "9.0"
|
|
|
s.osx.deployment_target = "10.10"
|
|
s.osx.deployment_target = "10.10"
|
|
@@ -50,6 +52,4 @@ Pod::Spec.new do |s|
|
|
|
s.requires_arc = true
|
|
s.requires_arc = true
|
|
|
s.framework = "CFNetwork"
|
|
s.framework = "CFNetwork"
|
|
|
|
|
|
|
|
- s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
|
|
|
|
|
-
|
|
|
|
|
end
|
|
end
|