From def286af334d378c674a01594d7ae4c59953056b Mon Sep 17 00:00:00 2001 From: Steve Kim Date: Tue, 11 Sep 2018 14:05:48 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a85d1d2..52f0ce8 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ $ brew install carthage To integrate Alamofire into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "pisces/APNSUtil" ~> 1.1.2 +github "pisces/APNSUtil" ~> 1.1.4 ``` Run `carthage update` to build the framework and drag the built `APNSUtil.framework` into your Xcode project.