Skip to content

Commit

Permalink
Fixed git source link for DMLocationManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Stolz committed Apr 16, 2012
1 parent 036ad8d commit 1730cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DMLocationManager/1.0.0/DMLocationManager.podspec
Expand Up @@ -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

0 comments on commit 1730cf4

Please sign in to comment.