blob: d06c4560264066f9f9a9804e58f2722ae693e93e [file] [log] [blame]
{
"name": "YHPopupView",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "YHPopupView/*",
"frameworks": [
"Foundation",
"UIKit"
]
}