Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Line 55, pod 'Alamofire', ~> '1.1' throws a CocoaPods error.

Proper format appears to be " pod 'Alamofire', '~> 1.1' "
  • Loading branch information
rborkow committed Jan 24, 2015
1 parent 6e02355 commit f1ac0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f1ac0a4

Please sign in to comment.