From e1d6e23ef7cea2f43a2f7fe2974a9b7ca28b67f0 Mon Sep 17 00:00:00 2001 From: Tarik Date: Sat, 23 Jul 2016 11:37:38 -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 18e0be5..34fb21d 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.1' +pod 'Armchair', '~> 0.1' ``` Then, run the following command: