Skip to content

Commit

Permalink
Merge pull request #65 from SwiftyJSON/readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
wongzigii authored Sep 29, 2017
2 parents 0678ddb + 044dbf5 commit 7f82310
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,33 @@

An extension to make serializing [Alamofire](https://github.com/Alamofire/Alamofire)'s response with [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON) easily.

⚠️ **To use with Swift 3.x please ensure you are using >= `2.0.0`** ⚠️

⚠️ **To use with Swift 4.x please ensure you are using >= `3.0.0`** ⚠️

## Swift version

Alamofire-SwiftyJSON | Swift version | Alamofire | SwiftyJSON
------------- | --------------| ----------| ----------
2.x | Swift 3.x | 4.x | 3.x
3.x | Swift 4.x | 4.5.x | 4.x

## Requirements

- iOS 8.0+ / Mac OS X 10.9+
- Xcode 8.0
- Xcode 8.0+
- Swift 3.0+

## Install

CocoaPods:
[CocoaPods](https://cocoapods.org/):

```ruby
pod 'Alamofire-SwiftyJSON'
```

Carthage:
[Carthage](https://github.com/Carthage/Carthage):

```
github "SwiftyJSON/Alamofire-SwiftyJSON" "master"
```
Expand Down

0 comments on commit 7f82310

Please sign in to comment.