Skip to content

Commit

Permalink
1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nixzhu committed Apr 3, 2019
1 parent 7acfbaa commit f090333
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions China/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.13.0</string>
<string>1.14.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down Expand Up @@ -85,7 +85,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>40</string>
<string>41</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>mqqOpensdkSSoLogin</string>
Expand Down
4 changes: 2 additions & 2 deletions MonkeyKing.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MonkeyKing"
s.version = "1.13.0"
s.version = "1.14.0"
s.summary = "MonkeyKing helps you to post messages to Chinese Social Networks, or do OAuth and Payment."

s.description = <<-DESC
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.social_media_url = "https://twitter.com/nixzhu"

s.ios.deployment_target = "8.0"
s.swift_version = '4.2'
s.swift_version = '5.0'

s.source = { :git => "https://github.com/nixzhu/MonkeyKing.git", :tag => s.version }
s.source_files = "Sources/*.swift"
Expand Down
2 changes: 1 addition & 1 deletion MonkeyKing/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.13.0</string>
<string>1.14.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit f090333

Please sign in to comment.