Skip to content

Commit

Permalink
Merge pull request #148 from ishkawa/release/1.3.0
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
ishkawa committed Mar 27, 2016
2 parents 5d28976 + 7cc597e commit 5401ae4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2.1"
s.version = "1.3.0"
s.summary = "A networking library for building type safe web API client in Swift."
s.homepage = "https://github.com/ishkawa/APIKit"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Session.sendRequest(request) { result in

## Requirements

- Swift 2.1
- Swift 2.2
- Mac OS 10.9 or later
- iOS 8.0 or later
- watchOS 2.0 or later
Expand All @@ -37,13 +37,13 @@ Session.sendRequest(request) { result in

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

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

## Usage
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>1.0</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 5401ae4

Please sign in to comment.