Last active
December 15, 2015 10:19
-
-
Save klaaspieter/5245323 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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