Skip to content

Commit

Permalink
Added AKLocationManager
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardocallado committed Apr 12, 2013
1 parent 6936c3f commit e505e13
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions AKLocationManager/1.0/AKLocationManager.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "AKLocationManager"
s.version = '1.0'
s.summary = 'Simple CLLocationManager subclass with block support and convenience methods.'
s.homepage = 'https://github.com/appkraft/AKLocationManager'
s.license = 'MIT'
s.author = { "thiagoperes" => "[email protected]" }
s.source = { :git => 'https://github.com/appkraft/AKLocationManager.git', :tag => '1.0' }
s.platform = :ios
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
s.framework = 'CoreLocation'
s.requires_arc = true
end

0 comments on commit e505e13

Please sign in to comment.