blob: 0fba6abf91866e0ded1abab378b532d02ce6c44b [file] [log] [blame]
{
"name": "ActionSheetPicker",
"version": "1.6.2",
"summary": "Quickly reproduce the dropdown UIPickerView / ActionSheet functionality from Safari on iPhone/ iOS / CocoaTouch.",
"homepage": "https://github.com/skywinder/ActionSheetPicker-3.0",
"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/skywinder/ActionSheetPicker-3.0.git",
"tag": "1.6.2"
},
"platforms": {
"ios": null
},
"source_files": [
"ActionSheetPicker.h",
"Pickers/*.{h,m}"
],
"public_header_files": [
"ActionSheetPicker.h",
"Pickers/*.h"
],
"frameworks": "UIKit",
"requires_arc": true
}