We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 810ef4f + 742c9ad commit ac2ee03Copy full SHA for ac2ee03
APIKit.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "APIKit"
3
- s.version = "2.0.0-beta.2"
+ s.version = "2.0.0-beta.3"
4
s.summary = "A networking library for building type safe web API client in Swift."
5
s.homepage = "https://github.com/ishkawa/APIKit"
6
Sources/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.3.0</string>
+ <string>2.0.0</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
0 commit comments