blob: c549dde5a6d6139377551b1995d1e1154617a41d [file] [log] [blame]
{
"name": "CYAlertController",
"version": "1.0.1",
"summary": "高仿系统 alert controller,提供多种转场动画",
"description": "高仿系统 alert controller,提供多种转场动画,使用Masonry自动布局",
"homepage": "https://github.com/Hcy91425/CYAlertController",
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"authors": {
"hcy91425": "hcy13055214@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Hcy91425/CYAlertController.git",
"tag": "1.0.1"
},
"source_files": [
"CYAlertController/*",
"CYAlertController/Category/*",
"CYAlertController/CYAlertView/*",
"CYAlertController/CYAlertPresentAnimator/*",
"CYAlertController/CYAlertDismissAnimator/*"
],
"resources": "CYAlertController/CYAlertView/*.bundle",
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}