We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba70c72 commit d220427Copy full SHA for d220427
1 file changed
Alamofire-SwiftyJSON.podspec
@@ -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