From bf427ff406d0471c9cef83245ae7d32356bb7865 Mon Sep 17 00:00:00 2001 From: sgr-ksmt Date: Wed, 9 Mar 2016 12:47:47 +0900 Subject: [PATCH] Update README.md Change install version to 1.2.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ff7e193..f606fa0d 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ Session.sendRequest(request) { result in #### [Carthage](https://github.com/Carthage/Carthage) -- Insert `github "ishkawa/APIKit" ~> 1.1.2` to your Cartfile. +- Insert `github "ishkawa/APIKit" ~> 1.2.1` to your Cartfile. - Run `carthage update`. - Link your app with `APIKit.framework` and `Result.framework` in `Carthage/Checkouts`. #### [CocoaPods](https://github.com/cocoapods/cocoapods) -- Insert `pod 'APIKit', '~> 1.1.2'` to your Podfile. +- Insert `pod 'APIKit', '~> 1.2.1'` to your Podfile. - Run `pod install`. ## Usage