blob: 667e633302680572619f710f20b823ed2640cea7 [file] [log] [blame]
{
"name": "ActionPickerUtils",
"version": "6.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": "6.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "ActionPickerUtils/Classes/**/*",
"public_header_files": "ActionPickerUtils/Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5.0"
}