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:37:38 -07:00
committed by GitHub
parent 43d2b0d4ef
commit e1d6e23ef7

View File

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