blob: 40618d65b0a3d0ef9a6038070cfea8a99c90cdd5 [file] [log] [blame]
{
"name": "CKAlertView",
"version": "0.1.1",
"summary": "Custom Mutil Styles Alert View.",
"description": "Use simple code to display defined multi styles alert view. Detail refer to README.md.",
"homepage": "https://github.com/kaich/CKAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kaich": "chengkai1853@163.com"
},
"source": {
"git": "https://github.com/kaich/CKAlertView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CKAlertView/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"~> 3.0.2"
]
},
"requires_arc": true
}