Skip to content

Commit

Permalink
Added VPPMap library
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpenap committed Apr 16, 2012
1 parent 15e149c commit 3cbf0c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions VPPMap/0.2.0/VPPMap.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'VPPMap'
s.version = '0.2.0'
s.license = 'MIT'
s.summary = 'VPPMap library for iOS simplifies the creation and management of a MKMapView.'
s.homepage = 'https://github.com/vicpenap/VPPMap'
s.author = { 'Victor Pena' => 'contact@victorpena.es' }
s.source = { :git => 'https://github.com/vicpenap/VPPMap.git', :tag => '0.2.0' }
s.platform = :ios
s.source_files = 'VPPMap', 'VPPMap/Clustering'
s.frameworks = 'MapKit', 'QuartzCore'
end

0 comments on commit 3cbf0c9

Please sign in to comment.