Skip to content

Commit dfba488

Browse files
committed
Update README and podspec
1 parent 09b0aaa commit dfba488

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: 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.0.0-beta3"
3+
s.version = "1.0.0-beta4"
44
s.summary = "A networking library for building type safe web API client in Swift."
55
s.homepage = "https://github.com/ishkawa/APIKit"
66

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ If you want to use APIKit with Swift 1.2, try [0.8.2](https://github.com/ishkawa
3939

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

42-
- Insert `github "ishkawa/APIKit" "1.0.0-beta3"` to your Cartfile.
42+
- Insert `github "ishkawa/APIKit" "1.0.0-beta4"` to your Cartfile.
4343
- Run `carthage update`.
4444
- Link your app with `APIKit.framework` and `Result.framework` in `Carthage/Checkouts`.
4545

4646
#### [CocoaPods](https://github.com/cocoapods/cocoapods)
4747

48-
- Insert `pod "APIKit", "1.0.0-beta3"` to your Podfile.
48+
- Insert `pod "APIKit", "1.0.0-beta4"` to your Podfile.
4949
- Run `pod install`.
5050

5151
## Usage

0 commit comments

Comments
 (0)