blob: 2296f1abb27878b8b536bb7d8d2dd14c78c2f4c3 [file] [log] [blame]
{
"name": "RSPOPAlertView",
"version": "0.0.2",
"summary": "Fullscreen pop-able and block-able alert view.",
"homepage": "https://github.com/yeahdongcn/RSPOPAlertView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"R0CKSTAR": "yeahdongcn@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/yeahdongcn/RSPOPAlertView.git",
"tag": "0.0.2"
},
"source_files": "Classes/*.{h,m}",
"resources": "Classes/*.xib",
"frameworks": [
"UIKit"
],
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0.4"
]
}
}