Skip to content

Commit d220427

Browse files
committed
add podspec. closes #10
1 parent ba70c72 commit d220427

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Alamofire-SwiftyJSON.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Pod::Spec.new do |s|
2+
s.name = "Alamofire-SwiftyJSON"
3+
s.version = "1.1.0"
4+
s.summary = "Alamofire extension for serialize NSData to SwiftyJSON "
5+
s.homepage = "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON"
6+
s.license = { :type => "MIT" }
7+
s.authors = { "tangplin" => "tangplin@gmail.com" }
8+
9+
s.requires_arc = true
10+
s.osx.deployment_target = "10.9"
11+
s.ios.deployment_target = "8.0"
12+
s.source = { :git => "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git", :tag => "1.1.0"}
13+
s.source_files = "Source/*.swift"
14+
end

0 commit comments

Comments
 (0)