From 9ba3918979a9acc46ee40dbd813fbe2acee5514a Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Tue, 20 Dec 2016 10:47:01 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc55784..b1aa86a 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ platform :ios, '8.0' use_frameworks! target 'your_app' do - pod 'APNGKit', '~> 0.3' + pod 'APNGKit', '~> 0.4' end ``` @@ -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: