blob: e2b91c410efbcb435312707eb1590fd1d5f4bd3b [file] [log] [blame]
{
"name": "SHPAlertView",
"version": "1.0.0",
"summary": "A UIAlertView with block support.",
"description": "A UIAlertView with block support. Not recommended on iOS9 or higher.",
"homepage": "https://github.com/tzuyangliu/SHPAlertView",
"license": "MIT",
"authors": {
"刘子洋": "me@zyliu.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/tzuyangliu/SHPAlertView.git",
"tag": "1.0.0"
},
"source_files": [
"SHPAlertView",
"SHPAlertView/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}