blob: 5a7413a92a825a78a3de84fbaed287e8c506f75f [file] [log] [blame]
{
"name": "ATZAlertController",
"version": "1.2",
"platforms": {
"ios": "8.0"
},
"license": {
"type": "MIT"
},
"homepage": "https://github.com/shashankpali/ATZAlertController",
"authors": {
"Shashank Pali": "shank.pali@gmail.com"
},
"summary": "Show Alert without dependency on ViewController",
"source": {
"git": "https://github.com/shashankpali/ATZAlertController.git",
"tag": "1.2"
},
"requires_arc": true,
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"source_files": "ATZAlertController/*.{h,m}"
},
{
"name": "Swift",
"source_files": "ATZAlertController->Swift/*.{swift}"
}
]
}