We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbb99e commit 8860918Copy full SHA for 8860918
Straycat.podspec
@@ -11,10 +11,10 @@ Pod::Spec.new do |s|
11
s.source = { :git => "https://github.com/Sepicat/Straycat.git", :tag => "0.1.0" }
12
s.source_files = "Straycat/Straycat/**/*.{swift}"
13
s.ios.deployment_target = '10.0'
14
- s.dependency 'Alamofire', '~> 4.5'
15
- s.dependency 'SwiftSoup', '~> 1.6.3'
16
- s.dependency 'PySwiftyRegex', '~> 2.0.1'
+ s.dependency 'Alamofire'
+ s.dependency 'SwiftSoup'
+ s.dependency 'PySwiftyRegex'
17
18
s.pod_target_xcconfig = { 'HEADER_SEARCH_PATHS' => "$(SDKROOT)/usr/include/libxml2" }
19
- s.dependency 'Kanna', '~> 4.0.0'
+ s.dependency 'Kanna'
20
end
0 commit comments