[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 0 / f / 4 / DDModal / 1.0.9 / DDModal.podspec.json
blob374327a30661d8927d1251ffd3529c4d627a8b63
2   "name": "DDModal",
3   "version": "1.0.9",
4   "summary": "弹窗",
5   "homepage": "https://github.com/BrownCN023/DDModal",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "liyebiao1990": "347991555@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/BrownCN023/DDModal.git",
18     "tag": "1.0.9"
19   },
20   "public_header_files": "DDModal/DDModal.h",
21   "source_files": "DDModal/DDModal.h",
22   "resources": "DDModal/Resources/DDModal.bundle",
23   "requires_arc": true,
24   "frameworks": "Foundation",
25   "dependencies": {
26     "Masonry": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "DDModal/Core/*.{h,m}"
34     },
35     {
36       "name": "DDSimpleDate",
37       "dependencies": {
38         "DDModal/Core": [
40         ]
41       },
42       "source_files": "DDModal/DDSimpleDate/*.{h,m}"
43     }
44   ]