blob: 0bdf87608f887f868aea5de4d7f31cf3e3422416 [file] [log] [blame]
{
"name": "ActionSheetPicker",
"version": "1.0.4",
"summary": "Quickly reproduce the dropdown UIPickerView / ActionSheet functionality from Safari on iPhone/ iOS / CocoaTouch.",
"homepage": "https://github.com/TimCinel/ActionSheetPicker",
"license": "BSD",
"authors": {
"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",
"Hari Karam Singh": "http://github.com/Club15CC",
"Petr Korolev": "https://github.com/skywinder"
},
"source": {
"git": "https://github.com/TimCinel/ActionSheetPicker.git",
"tag": "1.0.4"
},
"platforms": {
"ios": null
},
"source_files": [
"ActionSheetPicker.h",
"Pickers/*.{h,m}"
],
"public_header_files": [
"ActionSheetPicker.h",
"Pickers/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}