Skip to content

Commit

Permalink
[Add] DPMeterView (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dulacp committed Feb 26, 2013
1 parent 935c5ee commit 0c255de
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions DPMeterView/0.0.1/DPMeterView.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'DPMeterView'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'Display gauge-style meter views in an intuitive way with smooth animations.'
s.homepage = 'https://github.com/dulaccc/DPMeterView'
s.authors = { 'Pierre Dulac' => 'pierre@dulaccc.me' }
s.source = { :git => 'https://github.com/dulaccc/DPMeterView.git', :tag => '0.0.1' }
s.source_files = 'DPMeterView'
s.requires_arc = true

s.platform = :ios, '5.0'
s.frameworks = 'QuartzCore', 'CoreMotion'
end

0 comments on commit 0c255de

Please sign in to comment.