From 967334a0a89a1b7999ceb6cacb757714bf98c80a Mon Sep 17 00:00:00 2001 From: Jeff Hui Date: Tue, 5 Apr 2016 12:49:59 -0700 Subject: [PATCH] Update README to use v4.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10286e0d6..a6a1fb87c 100644 --- a/README.md +++ b/README.md @@ -1190,7 +1190,7 @@ source 'https://github.com/CocoaPods/Specs.git' target 'YOUR_APP_NAME_HERE_Tests', :exclusive => true do use_frameworks! - pod 'Nimble', '~> 3.1.0' + pod 'Nimble', '~> 4.0.0' end ```