From 7858973a4c25dec94283362552d35db0f55dc3e0 Mon Sep 17 00:00:00 2001 From: madnik Date: Tue, 3 Mar 2015 18:35:23 +0800 Subject: [PATCH] Updated PodSpec to be even more loose in AFNetworking Dependancy --- FTGooglePlacesAPI.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FTGooglePlacesAPI.podspec b/FTGooglePlacesAPI.podspec index 1ceb609..e5c3572 100644 --- a/FTGooglePlacesAPI.podspec +++ b/FTGooglePlacesAPI.podspec @@ -23,6 +23,6 @@ Pod::Spec.new do |s| :tag => s.version.to_s } s.source_files = 'FTGooglePlacesAPI/*.{h,m}' s.requires_arc = true - s.dependency 'AFNetworking', '~> 2.2' + s.dependency 'AFNetworking', '~> 2.x' end