Skip to content

Commit 5401ae4

Browse files
committed
Merge pull request #148 from ishkawa/release/1.3.0
Release 1.3.0
2 parents 5d28976 + 7cc597e commit 5401ae4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

APIKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "APIKit"
3-
s.version = "1.2.1"
3+
s.version = "1.3.0"
44
s.summary = "A networking library for building type safe web API client in Swift."
55
s.homepage = "https://github.com/ishkawa/APIKit"
66

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Session.sendRequest(request) { result in
2727

2828
## Requirements
2929

30-
- Swift 2.1
30+
- Swift 2.2
3131
- Mac OS 10.9 or later
3232
- iOS 8.0 or later
3333
- watchOS 2.0 or later
@@ -37,13 +37,13 @@ Session.sendRequest(request) { result in
3737

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

40-
- Insert `github "ishkawa/APIKit" ~> 1.2.1` to your Cartfile.
40+
- Insert `github "ishkawa/APIKit" ~> 1.3.0` to your Cartfile.
4141
- Run `carthage update`.
4242
- Link your app with `APIKit.framework` and `Result.framework` in `Carthage/Checkouts`.
4343

4444
#### [CocoaPods](https://github.com/cocoapods/cocoapods)
4545

46-
- Insert `pod 'APIKit', '~> 1.2.1'` to your Podfile.
46+
- Insert `pod 'APIKit', '~> 1.3.0'` to your Podfile.
4747
- Run `pod install`.
4848

4949
## Usage

Sources/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)