blob: 176af547fd82ce60f9cfecb1fa45eb717df8c111 [file] [log] [blame]
{
"name": "YHPopupView",
"version": "0.3.0",
"summary": "A popup view used on iOS.",
"description": "It is a popup view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/dengyhgit/YHPopupView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DengYonghao": "cbyniypeu@163.com"
},
"source": {
"git": "https://github.com/dengyhgit/YHPopupView.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "YHPopupView/**/*",
"frameworks": [
"Foundation",
"UIKit"
]
}