Skip to content

Commit

Permalink
Update README and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ishkawa committed Dec 13, 2015
1 parent ae848ba commit a4fafd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion APIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "APIKit"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "A networking library for building type safe web API client in Swift."
s.homepage = "https://github.com/ishkawa/APIKit"

Expand Down
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.0` to your Cartfile.
- Insert `github "ishkawa/APIKit" ~> 1.1.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.0'` to your Podfile.
- Insert `pod 'APIKit', '~> 1.1.1'` to your Podfile.
- Run `pod install`.

## Usage
Expand Down

0 comments on commit a4fafd6

Please sign in to comment.