From 3f78915843c40482939d9cf6373f0d241daabbf2 Mon Sep 17 00:00:00 2001 From: Tarik Date: Sat, 23 Jul 2016 11:41:02 -0700 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34fb21d..c4db18e 100644 --- a/README.md +++ b/README.md @@ -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: