Created
December 3, 2012 15:21
-
-
Save ArtFeel/4195681 to your computer and use it in GitHub Desktop.
Podspec for V8HorizontalPickerView (jmoody fork)
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 = 'V8HorizontalPickerView' | |
s.version = '0.0.1' | |
s.summary = 'Horizontal UIPickerView Control for iOS.' | |
s.description = %{ | |
Horizontal UIPickerView Control for iOS. | |
This is pod for jmoody fork. Which implementing arc, customViews, fix lot of bugs, etc. | |
} | |
s.homepage = 'https://github.com/veader/V8HorizontalPickerView' | |
s.author = { 'Shawn Veader' => '[email protected]', 'Joshua Moody' => '[email protected]' } | |
s.source = { :git => 'https://github.com/jmoody/V8HorizontalPickerView.git', | |
:commit => 'c35e1f0a91c4cf6445890c04b44008eb5c7c6ce1' } | |
s.platform = :ios | |
s.source_files = '*.{h,m}' | |
s.requires_arc = true | |
s.frameworks = 'Foundation' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍 👍 👍