mirror of
https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git
synced 2026-01-12 15:34:03 +08:00
07060e155ef7686dee07ce351faec47e197b96ba
Switching master branch of Alamofire and SwiftyJSON to swift 2.0 branch Update Alamofire-SwiftyJSON code in swift 2.0
#Alamofire-SwiftyJSON
Easy way to use both Alamofire and SwiftyJSON
Requirements
- iOS 7.0+ / Mac OS X 10.9+
- Xcode 6.1
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%