blob: 5cd9b59bb4cb2a31c3a0278a53a3a0b1e6a50ddd [file] [log] [blame]
{
"name": "ZKAlertView",
"version": "2.0",
"summary": "封装 UIAlertView,简单易用,Block 回调,丢掉各种 tag。",
"homepage": "https://github.com/WangWenzhuang/ZKAlertView",
"license": {
"type": "MIT"
},
"authors": {
"WangWenzhuang": "1020304029@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/WangWenzhuang/ZKAlertView.git",
"tag": "2.0"
},
"source_files": "ZKAlertView/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}