blob: ae329de2ef9db2ecd1fb9e86061a1a46df3f51b5 [file] [log] [blame]
{
"name": "Alert",
"version": "1.0.2",
"summary": "iOS AlertView.",
"homepage": "https://github.com/whde/Alert",
"license": "MIT",
"authors": {
"Whde": "460290973@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/whde/Alert.git",
"tag": "1.0.2"
},
"source_files": "Alert/Alert/AlertView/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"description": "It is a Alert view used on iOS, which implement by Objective-C."
}