blob: 01fcbc836f9751b0a7625c655081d837881ba0ee [file] [log] [blame]
{
"name": "ActionPickerUtils",
"version": "3.0.0",
"summary": "Utils global functions to simplify working with ActionSheetPicker-3.0",
"description": "Utils global functions to simplify working with ActionSheetPicker-3.0.\nUser `g_showDatePicker` for date picker and `g_showStringsPicker` for strings picker.",
"homepage": "https://github.com/APUtils/ActionPickerUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Plebanovich": "anton.plebanovich@gmail.com"
},
"source": {
"git": "https://github.com/APUtils/ActionPickerUtils.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ActionPickerUtils/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"ActionSheetPicker-3.0": [
]
}
}