Skip to content

Commit

Permalink
[AKLocationManager] Updating .podspec file for version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Callado committed Oct 2, 2013
1 parent 3a4d170 commit c52ee24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AKLocationManager/1.0.3/AKLocationManager.podspec
Expand Up @@ -2,10 +2,10 @@ Pod::Spec.new do |s|
s.name = "AKLocationManager"
s.version = '1.0.3'
s.summary = 'Simple CLLocationManager subclass with block support and convenience methods.'
s.homepage = 'https://github.com/appkraft/AKLocationManager'
s.homepage = 'https://github.com/ideaismobile/AKLocationManager'
s.license = 'MIT'
s.author = { "thiagoperes" => "thiago@appkraft.net" }
s.source = { :git => 'https://github.com/appkraft/AKLocationManager.git', :tag => '1.0.3' }
s.source = { :git => 'https://github.com/ideaismobile/AKLocationManager.git', :tag => '1.0.3' }
s.platform = :ios
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
s.framework = 'CoreLocation'
Expand Down

0 comments on commit c52ee24

Please sign in to comment.