Skip to content

Commit 7f82310

Browse files
authored
Merge pull request #65 from SwiftyJSON/readme
Update README.md
2 parents 0678ddb + 044dbf5 commit 7f82310

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,33 @@
22

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

5+
⚠️ **To use with Swift 3.x please ensure you are using >= `2.0.0`** ⚠️
6+
7+
⚠️ **To use with Swift 4.x please ensure you are using >= `3.0.0`** ⚠️
8+
9+
## Swift version
10+
11+
Alamofire-SwiftyJSON | Swift version | Alamofire | SwiftyJSON
12+
------------- | --------------| ----------| ----------
13+
2.x | Swift 3.x | 4.x | 3.x
14+
3.x | Swift 4.x | 4.5.x | 4.x
15+
516
## Requirements
617

718
- iOS 8.0+ / Mac OS X 10.9+
8-
- Xcode 8.0
19+
- Xcode 8.0+
20+
- Swift 3.0+
921

1022
## Install
1123

12-
CocoaPods:
24+
[CocoaPods](https://cocoapods.org/):
25+
1326
```ruby
1427
pod 'Alamofire-SwiftyJSON'
1528
```
1629

17-
Carthage:
30+
[Carthage](https://github.com/Carthage/Carthage):
31+
1832
```
1933
github "SwiftyJSON/Alamofire-SwiftyJSON" "master"
2034
```

0 commit comments

Comments
 (0)