blob: a996e6b16c8f8fd6d0478a318218753c747294c0 [file] [log] [blame]
{
"name": "DLAlertController",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.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}"
}
]
}