Skip to content

Instantly share code, notes, and snippets.

@klaaspieter
Last active December 15, 2015 10:19
Show Gist options
  • Save klaaspieter/5245323 to your computer and use it in GitHub Desktop.
Save klaaspieter/5245323 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "MBSliderView"
s.version = "0.0.1"
s.summary = "An iOS control that looks like the 'Slide to unlock' slider."
s.homepage = "http://mattlawer.github.com/MBSliderView/"
s.license = 'BSD'
s.author = { "Mathieu Bolard" => "[email protected]" }
s.source = { :git => "https://github.com/mattlawer/MBSliderView.git", :commit => "37ed4e19b4b388b9053b0e901619c0efba5e3ce0" }
s.platform = :ios, '5.0'
s.source_files = 'MBSliderView Class/MBSliderView.{h,m}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment