forked from skywinder/ActionSheetPicker-3.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ActionSheetPicker-3.0.podspec
22 lines (22 loc) · 1.11 KB
/
ActionSheetPicker-3.0.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-3.0'
s.version = '1.6.1'
s.summary = 'Better version of ActionSheetPicker with support iOS7 and other improvements.'
s.homepage = 'http://skywinder.github.io/ActionSheetPicker-3.0'
s.license = 'BSD'
s.authors = {
'Petr Korolev' => 'https://github.com/skywinder',
'Tim Cinel' => 'email@timcinel.com',
}
s.source = { :git => 'https://github.com/skywinder/ActionSheetPicker-3.0.git', :tag => "#{s.version}" }
s.screenshots = [ "http://skywinder.github.io/ActionSheetPicker-3.0/Screenshots/date.png",
"http://skywinder.github.io/ActionSheetPicker-3.0/Screenshots/distance.png",
"http://skywinder.github.io/ActionSheetPicker-3.0/Screenshots/ipad.png",
"http://skywinder.github.io/ActionSheetPicker-3.0/Screenshots/string.png"]
s.requires_arc = true
s.ios.deployment_target = '6.1'
s.platform = :ios
s.public_header_files = 'ActionSheetPicker.h', 'Pickers/*.h'
s.source_files = 'ActionSheetPicker.h', 'Pickers/*.{h,m}'
s.framework = 'UIKit'
end