blob: 8a7b319d2df6b015e6164dfedf981bbc869e22ea [file] [log] [blame]
{
"name": "LvModelWindow",
"version": "0.1.0",
"summary": "LvModelWindow是一个弹出视图的wrapper Window,通过往它里面添加你想要的视图实现自定义,支持StatusBar隐藏,支持屏幕旋转",
"description": "通过LvModelWindow能够轻易实现任意弹出视图,将你想要弹出的视图add到它的windowRootView里,通过modelWindowDelegate设置好show和dismiss细节,即可构建弹出视图",
"homepage": "https://github.com/pgbo/LvModelWindow",
"license": "MIT",
"authors": {
"pgbo": "460667915@qq.com"
},
"source": {
"git": "https://github.com/pgbo/LvModelWindow.git",
"tag": "0.1.0"
},
"social_media_url": "https://github.com/pgbo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LvModelWindow": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}