Skip to content

Commit

Permalink
Merge pull request #134 from sgr-ksmt/fix_readme_install_version
Browse files Browse the repository at this point in the history
Update README.md : install version
  • Loading branch information
ishkawa committed Mar 9, 2016
2 parents 75705a7 + bf427ff commit df2b922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df2b922

Please sign in to comment.