Skip to content

Commit

Permalink
update version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nixzhu committed Sep 10, 2016
1 parent ec10a6b commit fc96bc3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion China/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>10</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>pocket-oauth-v1</string>
Expand Down
2 changes: 1 addition & 1 deletion 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 = "0.9.3"
s.version = "0.9.4"
s.summary = "MonkeyKing helps you to post messages to Chinese Social Networks, or do OAuth."

s.description = <<-DESC
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.0</string>
<string>0.9.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ And, now MonkeyKing supports **Mobile payment** via WeChat and Alipay!

## Requirements

Swift 2.0, iOS 8.0
Swift 2.3, iOS 8.0

## Example

Expand Down Expand Up @@ -137,8 +137,8 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

target <Your Target Name> do
pod 'MonkeyKing', '~> 0.9.3'
target <Your Target Name> do
pod 'MonkeyKing', '~> 0.9.4'
end
```

Expand All @@ -164,7 +164,7 @@ $ brew install carthage
To integrate MonkeyKing into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "nixzhu/MonkeyKing" >= 0.9.3
github "nixzhu/MonkeyKing" >= 0.9.4
```

Then, run the following command to build the MonkeyKing framework:
Expand Down

0 comments on commit fc96bc3

Please sign in to comment.