blob: 20ae1cf7bf0cc8ce55702e6a0b9ec09f2c611be5 [file] [log] [blame]
{
"name": "ActionSheetPicker-3.0",
"version": "2.6.0",
"summary": "Easily present an ActionSheet with a PickerView, allowing the user to select from a number of immutable options.",
"description": "Better version of ActionSheetPicker with support iOS7 and other improvements:\n - Spawn pickers with convenience function - delegate or reference not required. Just provide a target/action callback.\n - Add buttons to UIToolbar for quick selection (see ActionSheetDatePicker below)\n - Delegate protocol available for more control\n - Universal (iPhone/iPod/iPad)",
"homepage": "https://github.com/skywinder/ActionSheetPicker-3.0",
"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"
],
"license": "BSD",
"authors": {
"Petr Korolev": "https://github.com/skywinder",
"Tim Cinel": "email@timcinel.com"
},
"social_media_url": "https://twitter.com/skywinder/",
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/skywinder/ActionSheetPicker-3.0.git",
"tag": "2.6.0"
},
"source_files": "Pickers/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}