提交 f1ac0a47 编写于 作者: R rborkow

Update README.md

Line 55, pod 'Alamofire', ~> '1.1' throws a CocoaPods error.

Proper format appears to be " pod 'Alamofire', '~> 1.1' "
上级 6e023552
......@@ -52,7 +52,7 @@ To integrate Alamofire into your Xcode project using CocoaPods, specify it in yo
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'Alamofire', ~> '1.1'
pod 'Alamofire', '~> 1.1'
```
Then, run the following command:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册