[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / a / 7 / DMKPoiPanel / 0.1.1 / DMKPoiPanel.podspec.json
blobfed361b4d4d670e1de33ac56817e26bb0de4176a
2   "name": "DMKPoiPanel",
3   "version": "0.1.1",
4   "summary": "A view page which contains mapview and webview.",
5   "description": "A view page which contains mapview and webview.",
6   "homepage": "https://git.xiaojukeji.com/mapkit-ios/DMKPoiPanel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "alexyangshuo": "alexyangshuo@didiglobal.com"
13   },
14   "source": {
15     "git": "https://git.xiaojukeji.com/mapkit-ios/DMKPoiPanel.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "DMKPoiPanel",
22   "subspecs": [
23     {
24       "name": "DMKPoiPanel-Core",
25       "source_files": [
26         "DMKPoiPanel/DMKPoiPanel/DMKPoiPanel-Core/**/*.{h,m}",
27         "DMKPoiPanel/DMKPoiPanel/DMKPoiPanel-Core/Model/**/*.{h,m}",
28         "DMKPoiPanel/DMKPoiPanel/DMKPoiPanel-Core/View/**/*.{h,m}",
29         "DMKPoiPanel/DMKPoiPanel/DMKPoiPanel-Core/ViewModel/**/*.{h,m}"
30       ]
31     },
32     {
33       "name": "DMKPoiPanel",
34       "dependencies": {
35         "DMKPoiPanel/DMKPoiPanel-Core": [
37         ]
38       },
39       "source_files": [
40         "DMKPoiPanel/DMKPoiPanel/Page/**/*.{h,m}"
41       ]
42     }
43   ]