blob: 20e787a5a8e014e8ca4ce40fe7c98b7424322b4d [file] [log] [blame]
{
"name": "Alert",
"version": "1.0.3",
"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.3"
},
"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."
}