blob: 5a8b8fc2a62df4778579b177cb214b423e90cf61 [file] [log] [blame]
{
"name": "MCIconAlertController",
"version": "0.0.4",
"summary": "Alert controller with icon.",
"description": "Alert controller with icon, have fun.",
"homepage": "https://github.com/imegatron/MCIconAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chao Ma": "mc@imegatron.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/imegatron/MCIconAlertController.git",
"tag": "0.0.4"
},
"source_files": "Classes",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.0"
]
}
}