Merge pull request #58 from perryprog/patch-1

Add Carthage install instructions
This commit is contained in:
Zigii Wong
2017-05-16 18:38:26 +08:00
committed by GitHub

View File

@@ -9,10 +9,16 @@ An extension to make serializing [Alamofire](https://github.com/Alamofire/Alamof
## Install
CocoaPods:
```ruby
pod 'Alamofire-SwiftyJSON'
```
Carthage:
```
github "SwiftyJSON/Alamofire-SwiftyJSON" "master"
```
## Usage
```swift