Skip to content

jregnauld/Alamofire-SwiftyJSON

 
 

Repository files navigation

#Alamofire-SwiftyJSON

Easy way to use both Alamofire and SwiftyJSON

Requirements

  • iOS 8.0+ / Mac OS X 10.9+
  • Xcode 7.0

Install

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'Alamofire-SwiftyJSON'

Usage

Alamofire.request(.GET, "http://httpbin.org/get", parameters: ["foo": "bar"])
         .responseSwiftyJSON({ (request, response, json, error) in
                     println(json)
                     println(error)
                  })

About

Alamofire extension for serialize NSData to SwiftyJSON

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 77.9%
  • Ruby 11.7%
  • Objective-C 10.4%