[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / a / 3 / LvModelWindow / 0.1.1 / LvModelWindow.podspec.json
blob7e16b9c7d3b0082f9ecd198f5d5eebb2052ecfb4
2   "name": "LvModelWindow",
3   "version": "0.1.1",
4   "summary": "LvModelWindow是一个弹出视图的wrapper Window,通过往它里面添加你想要的视图实现自定义,支持StatusBar隐藏,支持屏幕旋转",
5   "description": "通过LvModelWindow能够轻易实现任意弹出视图,将你想要弹出的视图add到它的windowRootView里,通过modelWindowDelegate设置好show和dismiss细节,即可构建弹出视图",
6   "homepage": "https://github.com/pgbo/LvModelWindow",
7   "license": "MIT",
8   "authors": {
9     "pgbo": "460667915@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/pgbo/LvModelWindow.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://github.com/pgbo",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "LvModelWindow": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": "UIKit"