Skip to content

Instantly share code, notes, and snippets.

@ArtFeel
Created December 3, 2012 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArtFeel/4195681 to your computer and use it in GitHub Desktop.
Save ArtFeel/4195681 to your computer and use it in GitHub Desktop.
Podspec for V8HorizontalPickerView (jmoody fork)
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' => 'shawn@veader.org', 'Joshua Moody' => 'joshuajmoody@gmail.com' }
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
@atermenji
Copy link

👍 👍 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment