We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1fe81e + 203dba4 commit e756462Copy full SHA for e756462
APIKit.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "APIKit"
3
- s.version = "3.1.1"
+ s.version = "3.1.2"
4
s.summary = "Type-safe networking abstraction layer that associates request type with response type."
5
s.homepage = "https://github.com/ishkawa/APIKit"
6
Sources/APIKit/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>3.1.1</string>
+ <string>3.1.2</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
0 commit comments