mirror of
https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git
synced 2026-01-12 22:31:08 +08:00
57c656d0ba166997ee40cee3ff681c53eb65f4a3
#Alamofire-SwiftyJSON
Easy way to use both Alamofire and SwiftyJSON
Requirements
- iOS 7.0+ / Mac OS X 10.9+
- Xcode 6.0
Usage
Alamofire.request(.GET, "http://httpbin.org/get", parameters: ["foo": "bar"])
.responseSwiftyJSON { (request, response, json, error) in
println(json)
println(error)
}
Languages
Swift
78.3%
Ruby
11.5%
Objective-C
10.2%