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