Skip to content

Commit 7ea630c

Browse files
author
Ruoyu Fu
committed
using with cocoapods require >= iOS 8
1 parent 8d1908d commit 7ea630c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SwiftyJSON.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
77
s.authors = { "lingoer" => "lingoerer@gmail.com", "tangplin" => "tangplin@gmail.com" }
88

99
s.osx.deployment_target = "10.9"
10-
s.ios.deployment_target = "7.0"
10+
s.ios.deployment_target = "8.0"
1111
s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => "2.1.2"}
1212
s.source_files = "Source/*.swift"
1313
end

0 commit comments

Comments
 (0)