forked from TimCinel/ActionSheetPicker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathActionSheetPicker.podspec
22 lines (22 loc) · 1.06 KB
/
ActionSheetPicker.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "ActionSheetPicker"
s.version = "0.0.2"
s.summary = "Quickly reproduce the dropdown UIPickerView / ActionSheet functionality from Safari on iPhone/ iOS / CocoaTouch."
s.homepage = "https://github.com/TimCinel/ActionSheetPicker"
s.license = 'BSD'
s.author = {
'Tim Cinel' => '[email protected]',
'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',
'Hari Karam Singh' => 'http://github.com/Club15CC',
'Matt Bowman' => 'http://github.com/MattCBowman' }
s.source = { :git => 'https://github.com/Citrrus/ActionSheetPicker.git', :tag => 'v0.0.3' }
s.platform = :ios
s.source_files = 'ActionSheetPicker.h', 'Pickers/*.{h,m}'
s.framework = 'UIKit'
s.requires_arc = true
end