From 9f114edddc50b0e238068d1eb8519a9f2c14875e Mon Sep 17 00:00:00 2001 From: Philip Vasilchenko Date: Wed, 20 Mar 2013 14:07:36 +0200 Subject: [PATCH] Update CedarAsync.podspec Update for working with GCD --- CedarAsync/0.0.1/CedarAsync.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CedarAsync/0.0.1/CedarAsync.podspec b/CedarAsync/0.0.1/CedarAsync.podspec index f48cc4ef4347d8..23544a1aaa98b7 100644 --- a/CedarAsync/0.0.1/CedarAsync.podspec +++ b/CedarAsync/0.0.1/CedarAsync.podspec @@ -32,7 +32,7 @@ it succeeds or times out. s.author = { "Dmitriy Kalinin" => "email@address.com" } - s.source = { :git => "https://github.com/cppforlife/CedarAsync.git", :commit => "c238b239a6e41ef5182b14692313a4224901c96b" } + s.source = { :git => "https://github.com/cppforlife/CedarAsync.git", :commit => "ccd4ecc3ae2a697267f22a3e216942ef00e74a54" } s.ios.deployment_target = '5.0' s.osx.deployment_target = '10.7'