Files
JBChartView/AMRatingControl/1.1/AMRatingControl.podspec
T
2012-10-24 14:21:56 +02:00

25 lines
907 B
Ruby

Pod::Spec.new do |s|
s.name = "AMRatingControl"
s.version = "1.1"
s.summary = "A simple rating control for the iPhone."
s.description = <<-DESC
AMRatingControl is a UI control that resembles the 'star rating' control seen in the iPod app.
AMRatingControl allows you to select a rating starting from 0 to any number of stars you want.
You can use default star symbols and customize colors or specify custom images.
DESC
s.homepage = "https://github.com/amseddi/AMRatingControl"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = "amseddi"
s.source = { :git => "https://github.com/amseddi/AMRatingControl.git", :tag => "1.1.2" }
s.platform = :ios, '5.0'
s.source_files = 'Classes'
s.resources = "star.png", "dot.png"
s.requires_arc = true
end