From 1730cf47f6d6ecb3d183c844810de63ad3bd600a Mon Sep 17 00:00:00 2001 From: Martin Stolz Date: Mon, 16 Apr 2012 22:16:48 +0100 Subject: [PATCH] Fixed git source link for DMLocationManager --- DMLocationManager/1.0.0/DMLocationManager.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DMLocationManager/1.0.0/DMLocationManager.podspec b/DMLocationManager/1.0.0/DMLocationManager.podspec index 152c8dac73a747..72ecbcbdc7eecf 100644 --- a/DMLocationManager/1.0.0/DMLocationManager.podspec +++ b/DMLocationManager/1.0.0/DMLocationManager.podspec @@ -7,6 +7,6 @@ Pod::Spec.new do |s| s.author = { 'Martin Stolz' => 'martin.stolz@devmob.de' } s.description = 'This CLLocationManager wrapper allows you to query for the devices location in a convenient way. Control the caching behaviour by disallowing cache or setting the maximum cache age. Loop the location determination for permanent location updates in a defined interval.' s.platform = :ios - s.source = { :git => 'https://github.com/martinstolz/DMLocationManager', :tag => '1.0.0' } + s.source = { :git => 'https://github.com/martinstolz/DMLocationManager.git', :tag => '1.0.0' } s.source_files = '*.{h,m}' end \ No newline at end of file