blob: a0c317c282c97627a1971f7684243fda538e8d96 [file] [log] [blame]
{
"name": "DLAlertController",
"version": "0.0.2",
"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.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"module_name": "DLAlertController",
"source_files": "DLAlertController/DLAlertController/*.{h,m}",
"subspecs": [
{
"name": "Presentation",
"source_files": "DLAlertController/DLAlertController/Presentation/*.{h,m}"
},
{
"name": "Actions",
"source_files": "DLAlertController/DLAlertController/Actions/*.{h,m}"
}
]
}