Latest version fix for CocoaPods

It wasn't installing the latest version which is 0.1.2.

Source: https://guides.cocoapods.org/using/the-podfile.html
This commit is contained in:
Tarik
2016-07-23 11:41:02 -07:00
committed by GitHub
parent e1d6e23ef7
commit 3f78915843

View File

@@ -93,7 +93,7 @@ platform :ios, '8.0'
platform :osx, '10.10'
use_frameworks!
pod 'Armchair', '~> 0.1'
pod 'Armchair', '>= 0.1'
```
Then, run the following command: