We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a3fbf commit ddfec2dCopy full SHA for ddfec2d
SwiftyJSONModel.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SwiftyJSONModel"
3
- s.version = "2.2.0"
+ s.version = "2.3.0"
4
s.summary = "Better way to use SwiftyJSON with custom models"
5
s.homepage = "https://github.com/alickbass/SwiftyJSONModel"
6
s.license = { :type => "MIT", :file => "LICENSE.txt" }
SwiftyJSONModel/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>2.2.0</string>
+ <string>2.3.0</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
<key>NSPrincipalClass</key>
0 commit comments