blob: 3e2fd69584e48e3cd824d4f516829669d21c60e1 [file] [log] [blame]
{
"name": "ATZAlertController",
"version": "1.1",
"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.1"
},
"requires_arc": true,
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"source_files": "ATZAlertController/*.{h,m}"
},
{
"name": "Swift",
"source_files": "ATZAlertController->Swift/*.{swift}"
}
]
}