Files
JBChartView/SVPulsingAnnotationView/0.2/SVPulsingAnnotationView.podspec
T
2013-04-10 15:58:01 -04:00

14 lines
634 B
Ruby

Pod::Spec.new do |s|
s.name = 'SVPulsingAnnotationView'
s.version = '0.2'
s.license = 'MIT'
s.platform = :ios
s.summary = 'A customizable MKUserLocationView replica for your iOS app.'
s.homepage = 'https://github.com/samvermette/SVPulsingAnnotationView'
s.author = { 'Sam Vermette' => 'hello@samvermette.com' }
s.source = { :git => 'https://github.com/samvermette/SVPulsingAnnotationView.git', :tag => s.version.to_s }
s.source_files = 'SVPulsingAnnotationView/*.{h,m}'
s.frameworks = 'QuartzCore', 'MapKit'
s.requires_arc = true
end