20 lines
1.0 KiB
Ruby
20 lines
1.0 KiB
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'ActionSheetPicker2'
|
|
s.version = '0.1'
|
|
s.license = 'BSD'
|
|
s.summary = 'Quickly reproduce the dropdown UIPickerView / ActionSheet functionality from Safari on iPhone/ iOS / CocoaTouch.'
|
|
s.homepage = 'https://github.com/TimCinel/ActionSheetPicker'
|
|
s.author = { 'Tim Cinel' => 'email@timcinel.com',
|
|
'Filote Stefan' => 'http://github.com/sfilo',
|
|
'Brett Gibson' => 'http://github.com/brettg',
|
|
'John Garland' => 'http://github.com/johnnyg',
|
|
'Mark van den Broek' => 'http://github.com/heyhoo',
|
|
'Evan Cordell' => 'http://github.com/ecordell',
|
|
'Greg Combs' => 'http://github.com/grgcombs',
|
|
'Bruno Wernimont' => 'http://github.com/brunow' }
|
|
s.source = { :git => 'https://github.com/brunow/ActionSheetPicker2.git', :tag => '0.1' }
|
|
s.platform = :ios
|
|
s.source_files = 'ActionSheetPicker.h', 'Pickers/*.{h,m}'
|
|
|
|
s.framework = 'UIKit'
|
|
end |