[Add] YIM 2.2.8
[CocoaPods.git] / Specs / d / b / f / DSHPopupContainer / 1.1.0 / DSHPopupContainer.podspec.json
blob307af954c352e02f5ebfc97e0605ad7e5821fcef
2   "name": "DSHPopupContainer",
3   "version": "1.1.0",
4   "summary": "iOS弹层容器",
5   "description": "用来自定义弹层动画,管理弹层的小工具。",
6   "homepage": "https://github.com/568071718/DSHPopupContainer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lu": "568071718@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/568071718/DSHPopupContainer.git",
19     "tag": "1.1.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "Classes"
26     },
27     {
28       "name": "AlertView",
29       "dependencies": {
30         "DSHPopupContainer/Base": [
32         ]
33       },
34       "source_files": "AlertView"
35     }
36   ]