Merge pull request #1144 from tapsandswipes/master

ACVRangeSelector for iOS
This commit is contained in:
Keith Smiley
2013-01-26 15:00:55 -08:00
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "ACVRangeSelector"
s.version = "1.0"
s.summary = "A range selector control for iOS, similar to UISlider but with three handles."
s.platform = :ios, '5.0'
s.description = <<-DESC
A configurable range selector control for iOS, similar to UISlider but with three handles.
DESC
s.homepage = "https://github.com/tapsandswipes/ACVRangeSelector"
s.author = { "Antonio Cabezuelo Vivo" => "antonio@tapsandswipes.com" }
s.source = { :git => "https://github.com/tapsandswipes/ACVRangeSelector.git", :tag => '1.0.1' }
s.source_files = 'ACVRangeSelector/*.{h,m}'
s.resources = 'ACVRangeSelector/ACVRangeSelector.bundle'
s.requires_arc = true
s.license = { :type => 'MIT', :file => 'LICENSE.markdown' }
end