Skip to content

Commit

Permalink
Merge pull request #182 from ishkawa/release/2.0.2
Browse files Browse the repository at this point in the history
2.0.2 release
  • Loading branch information
ishkawa authored Jun 25, 2016
2 parents bb0e440 + f714fc3 commit c91ebcd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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 = "2.0.1"
s.version = "2.0.2"
s.summary = "A networking library for building type safe web API client in Swift."
s.homepage = "https://github.com/ishkawa/APIKit"

Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,23 @@ Session.sendRequest(request) { result in

## Requirements

- Swift 2.2+
- iOS 8.0+ / Mac OS 10.10+ / watchOS 2.0+ / tvOS 9.0+
- Swift 2.2, 2.3
- iOS 8.0 or later
- Mac OS 10.10 or later
- watchOS 2.0 or later
- tvOS 9.0 or later

## Installation

#### [Carthage](https://github.com/Carthage/Carthage)

- Insert `github "ishkawa/APIKit" ~> 2.0.0` to your Cartfile.
- Insert `github "ishkawa/APIKit" ~> 2.0` 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', '~> 2.0.0'` to your Podfile.
- Insert `pod 'APIKit', '~> 2.0'` to your Podfile.
- Run `pod install`.

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit c91ebcd

Please sign in to comment.