[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 1.4.3 / SJVideoPlayer.podspec.json
blob5ce8254e817a491ae7fe7a576ca4c8f7b613d235
2   "name": "SJVideoPlayer",
3   "version": "1.4.3",
4   "summary": "video player.",
5   "description": "https://github.com/changsanjiang/SJVideoPlayer/blob/master/README.md",
6   "homepage": "https://github.com/changsanjiang/SJVideoPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "SanJiang": "changsanjiang@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/changsanjiang/SJVideoPlayer.git",
19     "tag": "v1.4.3"
20   },
21   "resources": "SJVideoPlayer/Resource/SJVideoPlayer.bundle",
22   "frameworks": [
23     "UIKit",
24     "AVFoundation"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "Masonry": [
30     ],
31     "SJSlider": [
33     ],
34     "SJAttributesFactory": [
36     ],
37     "SJBorderLineView": [
39     ],
40     "SJPrompt": [
42     ],
43     "SJUIFactory": [
45     ],
46     "SJFullscreenPopGesture": [
48     ],
49     "SJOrentationObserver": [
51     ],
52     "SJLoadingView": [
54     ],
55     "SJVideoPlayerAssetCarrier": [
57     ],
58     "SJVolBrigControl": [
60     ],
61     "SJObserverHelper": [
63     ]
64   },
65   "source_files": "SJVideoPlayer/SJPlayer.h",
66   "subspecs": [
67     {
68       "name": "Header",
69       "source_files": "SJVideoPlayer/Header/*.{h}"
70     },
71     {
72       "name": "Base",
73       "source_files": "SJVideoPlayer/Base/*.{h,m}",
74       "dependencies": {
75         "SJVideoPlayer/Header": [
77         ],
78         "SJVideoPlayer/Model": [
80         ]
81       }
82     },
83     {
84       "name": "Player",
85       "source_files": "SJVideoPlayer/Player/*.{h,m}",
86       "dependencies": {
87         "SJVideoPlayer/Control": [
89         ],
90         "SJVideoPlayer/MoreSetting": [
92         ],
93         "SJVideoPlayer/Present": [
95         ],
96         "SJVideoPlayer/Registrar": [
98         ],
99         "SJVideoPlayer/TimerControl": [
101         ],
102         "SJVideoPlayer/GestureControl": [
104         ]
105       }
106     },
107     {
108       "name": "Model",
109       "source_files": "SJVideoPlayer/Model/*.{h,m}",
110       "dependencies": {
111         "SJVideoPlayer/Resource": [
113         ]
114       }
115     },
116     {
117       "name": "Control",
118       "source_files": "SJVideoPlayer/Control/*.{h,m}",
119       "dependencies": {
120         "SJVideoPlayer/Other": [
122         ]
123       }
124     },
125     {
126       "name": "GestureControl",
127       "source_files": "SJVideoPlayer/GestureControl/*.{h,m}"
128     },
129     {
130       "name": "MoreSetting",
131       "source_files": "SJVideoPlayer/MoreSetting/*/**.{h,m}",
132       "dependencies": {
133         "SJVideoPlayer/Other": [
135         ]
136       }
137     },
138     {
139       "name": "Other",
140       "source_files": "SJVideoPlayer/Other/*.{h,m}",
141       "dependencies": {
142         "SJVideoPlayer/Base": [
144         ]
145       }
146     },
147     {
148       "name": "Present",
149       "source_files": "SJVideoPlayer/Present/*.{h,m}",
150       "dependencies": {
151         "SJVideoPlayer/Other": [
153         ]
154       }
155     },
156     {
157       "name": "Registrar",
158       "source_files": "SJVideoPlayer/Registrar/*.{h,m}"
159     },
160     {
161       "name": "TimerControl",
162       "source_files": "SJVideoPlayer/TimerControl/*.{h,m}"
163     },
164     {
165       "name": "Resource",
166       "source_files": "SJVideoPlayer/Resource/*.{h,m}"
167     }
168   ]