Skip to content

Commit

Permalink
added BENPedometerChart
Browse files Browse the repository at this point in the history
  • Loading branch information
benpackard committed Apr 11, 2014
1 parent c758828 commit 49a8134
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions BENPedometerChart/0.9.1/BENPedometerChart.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|

s.name = "BENPedometerChart"
s.version = "0.9.1"
s.summary = "A simple bar chart view inspired by Pedometer++"
s.description = "BENPedometerChart allows you to quickly add, poopulate, and customize a bar chart UIView. Each bar provides for an inner label, over label, and under label."
s.homepage = "https://github.com/benpackard/BENPedometerChart"
s.license = 'MIT'
s.author = { "Ben Packard" => "ben@benpackard.org" }
s.platform = :ios, 7.0
s.source = { :git => "https://github.com/benpackard/BENPedometerChart.git", :tag => "0.9.1" }
s.source_files = 'BENPedometerChart/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 49a8134

Please sign in to comment.