blob: d8f4071ae687e5ea9223087e63c79916f3d2a6cc [file] [log] [blame]
{
"name": "CKAlertView",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CKAlertView/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"~> 3.0.2"
]
},
"requires_arc": true
}