From 044dbf566ed374671ab829c8e4db45e5d493aa33 Mon Sep 17 00:00:00 2001 From: Zigii Wong Date: Thu, 28 Sep 2017 21:48:22 +0800 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bde648f..aff9cd2 100644 --- a/README.md +++ b/README.md @@ -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" ```