blob: 0c16a8157a45be8875ef41c7a8860bbd2c081861 [file] [log] [blame]
{
"name": "RSPOPAlertView",
"version": "0.0.3",
"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.3"
},
"source_files": "Classes/*.{h,m}",
"resources": "Classes/*.xib",
"frameworks": [
"UIKit"
],
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0.4"
]
}
}