blob: 4be1b5865a13d52a32d4d46617e4285f93858f1c [file] [log] [blame]
{
"name": "DLAlertController",
"version": "0.1.0",
"summary": "Custom alert controller for iOS platform.",
"homepage": "https://github.com/sdkdimon/DLAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Lizin": "sdkdimon@gmail.com"
},
"source": {
"git": "https://github.com/sdkdimon/DLAlertController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"module_name": "DLAlertController",
"source_files": [
"DLAlertController/DLAlertController/*.{h,m}",
"DLAlertController/DLAlertController/Actions/*.{h,m}",
"DLAlertController/DLAlertController/Presentation/*.{h,m}"
],
"module_map": "DLAlertController/DLAlertController/SupportingFiles/module.modulemap"
}