Skip to content

Commit 8860918

Browse files
committed
update podspec
Signed-off-by: Desgard_Duan <[email protected]>
1 parent 0fbb99e commit 8860918

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Straycat.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Pod::Spec.new do |s|
1111
s.source = { :git => "https://github.com/Sepicat/Straycat.git", :tag => "0.1.0" }
1212
s.source_files = "Straycat/Straycat/**/*.{swift}"
1313
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'
14+
s.dependency 'Alamofire'
15+
s.dependency 'SwiftSoup'
16+
s.dependency 'PySwiftyRegex'
1717

1818
s.pod_target_xcconfig = { 'HEADER_SEARCH_PATHS' => "$(SDKROOT)/usr/include/libxml2" }
19-
s.dependency 'Kanna', '~> 4.0.0'
19+
s.dependency 'Kanna'
2020
end

0 commit comments

Comments
 (0)