[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / e / 1 / LNDanmakuMaster / 0.0.1 / LNDanmakuMaster.podspec.json
blobba5599da53fa4edfe315a9051f72239030de5956
2   "name": "LNDanmakuMaster",
3   "version": "0.0.1",
4   "summary": "A feature-rich danmaku component.",
5   "homepage": "https://github.com/LevisonNN/LNDanmakuMaster",
6   "authors": {
7     "Levison": "levisoncn@gmail.com"
8   },
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/LevisonNN/LNDanmakuMaster.git",
14     "tag": "0.0.1"
15   },
16   "source_files": "LNDanmakuMaster/LNDanmakuMaster/LNDanmakuMaster/LNDanmakuMaster.h",
17   "license": "MIT",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "UIElements",
22       "source_files": "LNDanmakuMaster/LNDanmakuMaster/LNDanmakuMaster/UIElements/**/*.{h,m}"
23     },
24     {
25       "name": "Attributes",
26       "source_files": "LNDanmakuMaster/LNDanmakuMaster/LNDanmakuMaster/Attributes/**/*.{h,m}"
27     },
28     {
29       "name": "Pool",
30       "source_files": "LNDanmakuMaster/LNDanmakuMaster/LNDanmakuMaster/Pool/**/*.{h,m}"
31     },
32     {
33       "name": "ContainerView",
34       "source_files": "LNDanmakuMaster/LNDanmakuMaster/LNDanmakuMaster/ContainerView/**/*.{h,m}",
35       "dependencies": {
36         "LNDanmakuMaster/Attributes": [
38         ],
39         "LNDanmakuMaster/Track": [
41         ]
42       }
43     },
44     {
45       "name": "Dispatcher",
46       "source_files": "LNDanmakuMaster/LNDanmakuMaster/LNDanmakuMaster/Dispatcher/**/*.{h,m}",
47       "dependencies": {
48         "LNDanmakuMaster/Attributes": [
50         ],
51         "LNDanmakuMaster/Track": [
53         ],
54         "LNDanmakuMaster/Clock": [
56         ]
57       }
58     },
59     {
60       "name": "Track",
61       "source_files": "LNDanmakuMaster/LNDanmakuMaster/LNDanmakuMaster/Track/**/*.{h,m}",
62       "dependencies": {
63         "LNDanmakuMaster/Attributes": [
65         ]
66       }
67     },
68     {
69       "name": "TrackGroup",
70       "source_files": "LNDanmakuMaster/LNDanmakuMaster/LNDanmakuMaster/TrackGroup/**/*.{h,m}",
71       "dependencies": {
72         "LNDanmakuMaster/Attributes": [
74         ],
75         "LNDanmakuMaster/Dispatcher": [
77         ],
78         "LNDanmakuMaster/Track": [
80         ],
81         "LNDanmakuMaster/Clock": [
83         ]
84       }
85     },
86     {
87       "name": "Clock",
88       "source_files": "LNDanmakuMaster/LNDanmakuMaster/LNDanmakuMaster/Clock/**/*.{h,m}"
89     },
90     {
91       "name": "Player",
92       "source_files": "LNDanmakuMaster/LNDanmakuMaster/LNDanmakuMaster/Player/**/*.{h,m}",
93       "dependencies": {
94         "LNDanmakuMaster/Dispatcher": [
96         ],
97         "LNDanmakuMaster/ContainerView": [
99         ],
100         "LNDanmakuMaster/Track": [
102         ],
103         "LNDanmakuMaster/TrackGroup": [
105         ],
106         "LNDanmakuMaster/Clock": [
108         ],
109         "LNDanmakuMaster/Pool": [
111         ],
112         "LNDanmakuMaster/Attributes": [
114         ]
115       }
116     }
117   ]