blob: e57fbf0d5a7bdc40ceff0d072b6c23a62811b07b [file] [log] [blame]
{
"name": "MCIconAlertController",
"version": "0.0.16",
"summary": "Alert controller with icon.",
"description": "Alert controller with icon, have fun.",
"homepage": "https://github.com/chucklab/MCIconAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chuck MA": "chuck@chucklab.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/imegatron/MCIconAlertController.git",
"tag": "0.0.16"
},
"source_files": "Classes",
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.0"
]
}
}