forked from SwiftyJSON/SwiftyJSON
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSwiftyJSON.podspec
More file actions
Latest commit
14 lines (13 loc) · 570 Bytes
/
Copy pathSwiftyJSON.podspec
File metadata and controls
14 lines (13 loc) · 570 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.newdo |s|
s.name="SwiftyJSON"
s.version="2.1.3"
s.summary="SwiftyJSON makes it easy to deal with JSON data in Swift"
s.homepage="https://github.com/SwiftyJSON/SwiftyJSON"
s.license={:type=>"MIT"}
s.authors={"lingoer"=>"lingoerer@gmail.com","tangplin"=>"tangplin@gmail.com"}
s.requires_arc=true
s.osx.deployment_target="10.9"
s.ios.deployment_target="8.0"
s.source={:git=>"https://github.com/SwiftyJSON/SwiftyJSON.git",:tag=>"2.1.3"}
s.source_files="Source/*.swift"
end