blob: 180a2f3778b53a906f45a5a7d946eb4a50459cab [file] [log] [blame]
{
"name": "Alert",
"version": "1.0.4",
"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.4"
},
"source_files": "Alert/Alert/AlertView/*{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"description": "It is a Alert view used on iOS, which implement by Objective-C."
}