Julien Regnauld 07060e155e Alamofire-SwiftyJSON for swift 2.0
Switching  master branch of Alamofire and SwiftyJSON to swift 2.0 branch
Update Alamofire-SwiftyJSON code in swift 2.0
2015-08-19 18:04:48 -06:00
2015-08-19 18:04:48 -06:00
2015-08-19 18:04:48 -06:00
2014-09-23 09:43:30 +08:00
2014-09-23 17:23:35 +08:00
2014-09-23 09:43:30 +08:00

#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)
                  })

Description
No description provided
Readme MIT 255 KiB
Languages
Swift 78.3%
Ruby 11.5%
Objective-C 10.2%