Skip to content

Commit

Permalink
Added VPPLocation library
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpenap committed Apr 16, 2012
1 parent b501572 commit 15e149c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions VPPLocation/3.0.0/VPPLocation.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'VPPLocation'
s.version = '3.0.0'
s.license = 'MIT'
s.summary = 'VPPLocation Library for iOS simplifies the task of retrieving the user location and reverse geocoder info about it.'
s.homepage = 'https://github.com/vicpenap/VPPLocation'
s.author = { 'Victor Pena' => 'contact@victorpena.es' }
s.source = { :git => 'https://github.com/vicpenap/VPPLocation.git', :tag => '3.0.0' }
s.platform = :ios
s.source_files = 'VPPLocation'
s.frameworks = 'CoreLocation', 'MapKit'
end

0 comments on commit 15e149c

Please sign in to comment.