blob: 8080f6a51935cde5ad88a17e1b28a63262aa2a7f [file] [log] [blame]
{
"name": "CYAlertController",
"version": "1.0.0",
"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.0"
},
"source_files": [
"CYAlertController/*",
"CYAlertController/Category/*",
"CYAlertController/CYAlertView/*",
"CYAlertController/CYAlertPresentAnimator/*",
"CYAlertController/CYAlertDismissAnimator/*"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}