Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat authored Dec 20, 2016
1 parent 7aa0ac7 commit 9ba3918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ platform :ios, '8.0'
use_frameworks!

target 'your_app' do
pod 'APNGKit', '~> 0.3'
pod 'APNGKit', '~> 0.4'
end
```

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

```ogdl
github "onevcat/APNGKit" ~> 0.3
github "onevcat/APNGKit" ~> 0.4
```

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

0 comments on commit 9ba3918

Please sign in to comment.