[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / a / 8 / LNDanmaku / 0.0.3 / LNDanmaku.podspec.json
blobf61fe54c8628d34dd290dd38a5eb6b08f2cd8d5f
2   "name": "LNDanmaku",
3   "version": "0.0.3",
4   "summary": "A danmaku player combines dispatcher、container、track controller、clock.",
5   "homepage": "https://github.com/LivyNN/LNDanmaku",
6   "authors": {
7     "LivyNN": "805646670@qq.com"
8   },
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/LivyNN/LNDanmaku.git",
14     "tag": "0.0.3"
15   },
16   "source_files": "LNDanmaku/LNDanmaku/LNDanmaku/LNDanmaku.h",
17   "license": "MIT",
18   "social_media_url": "https://twitter.com/NnLivy",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "UI",
23       "source_files": "LNDanmaku/LNDanmaku/LNDanmaku/UI/**/*.{h,m}"
24     },
25     {
26       "name": "Attributes",
27       "source_files": "LNDanmaku/LNDanmaku/LNDanmaku/Attributes/**/*.{h,m}"
28     },
29     {
30       "name": "Pool",
31       "source_files": "LNDanmaku/LNDanmaku/LNDanmaku/Pool/**/*.{h,m}"
32     },
33     {
34       "name": "ContainerView",
35       "source_files": "LNDanmaku/LNDanmaku/LNDanmaku/ContainerView/**/*.{h,m}",
36       "dependencies": {
37         "LNDanmaku/Attributes": [
39         ],
40         "LNDanmaku/Track": [
42         ]
43       }
44     },
45     {
46       "name": "Dispatcher",
47       "source_files": "LNDanmaku/LNDanmaku/LNDanmaku/Dispatcher/**/*.{h,m}",
48       "dependencies": {
49         "LNDanmaku/Attributes": [
51         ],
52         "LNDanmaku/Track": [
54         ],
55         "LNDanmaku/Clock": [
57         ]
58       }
59     },
60     {
61       "name": "Track",
62       "source_files": "LNDanmaku/LNDanmaku/LNDanmaku/Track/**/*.{h,m}",
63       "dependencies": {
64         "LNDanmaku/Attributes": [
66         ]
67       }
68     },
69     {
70       "name": "TrackGroup",
71       "source_files": "LNDanmaku/LNDanmaku/LNDanmaku/TrackGroup/**/*.{h,m}",
72       "dependencies": {
73         "LNDanmaku/Attributes": [
75         ],
76         "LNDanmaku/Dispatcher": [
78         ],
79         "LNDanmaku/Track": [
81         ],
82         "LNDanmaku/Clock": [
84         ]
85       }
86     },
87     {
88       "name": "Clock",
89       "source_files": "LNDanmaku/LNDanmaku/LNDanmaku/Clock/**/*.{h,m}"
90     },
91     {
92       "name": "Player",
93       "source_files": "LNDanmaku/LNDanmaku/LNDanmaku/Player/**/*.{h,m}",
94       "dependencies": {
95         "LNDanmaku/Dispatcher": [
97         ],
98         "LNDanmaku/ContainerView": [
100         ],
101         "LNDanmaku/Track": [
103         ],
104         "LNDanmaku/TrackGroup": [
106         ],
107         "LNDanmaku/Clock": [
109         ],
110         "LNDanmaku/Pool": [
112         ],
113         "LNDanmaku/Attributes": [
115         ]
116       }
117     }
118   ]