File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "APIKit"
3
- s . version = "1.2.1 "
3
+ s . version = "1.3.0 "
4
4
s . summary = "A networking library for building type safe web API client in Swift."
5
5
s . homepage = "https://github.com/ishkawa/APIKit"
6
6
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Session.sendRequest(request) { result in
27
27
28
28
## Requirements
29
29
30
- - Swift 2.1
30
+ - Swift 2.2
31
31
- Mac OS 10.9 or later
32
32
- iOS 8.0 or later
33
33
- watchOS 2.0 or later
@@ -37,13 +37,13 @@ Session.sendRequest(request) { result in
37
37
38
38
#### [ Carthage] ( https://github.com/Carthage/Carthage )
39
39
40
- - Insert ` github "ishkawa/APIKit" ~> 1.2.1 ` to your Cartfile.
40
+ - Insert ` github "ishkawa/APIKit" ~> 1.3.0 ` to your Cartfile.
41
41
- Run ` carthage update ` .
42
42
- Link your app with ` APIKit.framework ` and ` Result.framework ` in ` Carthage/Checkouts ` .
43
43
44
44
#### [ CocoaPods] ( https://github.com/cocoapods/cocoapods )
45
45
46
- - Insert ` pod 'APIKit', '~> 1.2.1 ' ` to your Podfile.
46
+ - Insert ` pod 'APIKit', '~> 1.3.0 ' ` to your Podfile.
47
47
- Run ` pod install ` .
48
48
49
49
## Usage
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0 </string >
18
+ <string >1.3. 0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments