diff --git a/ACVRangeSelector/1.0/ACVRangeSelector.podspec b/ACVRangeSelector/1.0/ACVRangeSelector.podspec new file mode 100644 index 00000000..6b8694f2 --- /dev/null +++ b/ACVRangeSelector/1.0/ACVRangeSelector.podspec @@ -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 \ No newline at end of file