[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 2.0.9 / SJVideoPlayer.podspec.json
blob3be2f1c9d05142e7b5aca37d34e4b6389a81cbba
2   "name": "SJVideoPlayer",
3   "version": "2.0.9",
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": "v2.0.9"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "Masonry": [
25     ],
26     "SJBaseVideoPlayer": [
28     ],
29     "SJFullscreenPopGesture": [
31     ]
32   },
33   "source_files": "SJVideoPlayer/*.{h,m}",
34   "subspecs": [
35     {
36       "name": "SJEdgeControlLayer",
37       "source_files": "SJVideoPlayer/SJEdgeControlLayer/*.{h,m}",
38       "dependencies": {
39         "SJBaseVideoPlayer": [
41         ],
42         "SJSlider": [
44         ],
45         "SJAttributesFactory": [
47         ],
48         "SJLoadingView": [
50         ]
51       },
52       "subspecs": [
53         {
54           "name": "Asset",
55           "source_files": "SJVideoPlayer/SJEdgeControlLayer/Asset/*",
56           "resources": "SJVideoPlayer/SJEdgeControlLayer/Asset/SJEdgeControlLayer.bundle"
57         },
58         {
59           "name": "MaskView",
60           "source_files": "SJVideoPlayer/SJEdgeControlLayer/MaskView/*"
61         },
62         {
63           "name": "EdgeViews",
64           "source_files": "SJVideoPlayer/SJEdgeControlLayer/EdgeViews/*",
65           "dependencies": {
66             "SJVideoPlayer/SJEdgeControlLayer/MaskView": [
68             ],
69             "SJVideoPlayer/SJEdgeControlLayer/Asset": [
71             ]
72           }
73         },
74         {
75           "name": "MoreSetting",
76           "source_files": "SJVideoPlayer/SJEdgeControlLayer/MoreSetting/*",
77           "dependencies": {
78             "SJVideoPlayer/SJEdgeControlLayer/Asset": [
80             ]
81           }
82         }
83       ]
84     },
85     {
86       "name": "SJEdgeLightweightControlLayer",
87       "source_files": "SJVideoPlayer/SJEdgeLightweightControlLayer/*.{h,m}",
88       "dependencies": {
89         "SJBaseVideoPlayer": [
91         ],
92         "SJSlider": [
94         ],
95         "SJLoadingView": [
97         ],
98         "SJVideoPlayer/SJEdgeControlLayer/Asset": [
100         ],
101         "SJVideoPlayer/SJEdgeControlLayer/MaskView": [
103         ]
104       },
105       "subspecs": [
106         {
107           "name": "LightweightControlView",
108           "source_files": "SJVideoPlayer/SJEdgeLightweightControlLayer/LightweightControlView/*.{h,m}"
109         }
110       ]
111     },
112     {
113       "name": "SJFilmEditingControlLayer",
114       "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/*.{h,m}",
115       "dependencies": {
116         "SJBaseVideoPlayer": [
118         ],
119         "SJSlider": [
121         ],
122         "SJAttributesFactory": [
124         ]
125       },
126       "subspecs": [
127         {
128           "name": "Asset",
129           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/Asset/*",
130           "dependencies": {
131             "SJVideoPlayer/SJFilmEditingControlLayer/Header": [
133             ]
134           },
135           "resources": "SJVideoPlayer/SJFilmEditingControlLayer/Asset/SJFilmEditing.bundle"
136         },
137         {
138           "name": "Category",
139           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/Category/*"
140         },
141         {
142           "name": "Result",
143           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/Result/*",
144           "dependencies": {
145             "SJVideoPlayer/SJFilmEditingControlLayer/Header": [
147             ]
148           }
149         },
150         {
151           "name": "Header",
152           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/Header/*"
153         },
154         {
155           "name": "View",
156           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/View/*",
157           "dependencies": {
158             "SJVideoPlayer/SJFilmEditingControlLayer/Header": [
160             ]
161           }
162         }
163       ]
164     },
165     {
166       "name": "Settings",
167       "source_files": "SJVideoPlayer/Settings/*.{h,m}",
168       "dependencies": {
169         "SJVideoPlayer/SJFilmEditingControlLayer/Asset": [
171         ],
172         "SJVideoPlayer/SJEdgeControlLayer/Asset": [
174         ]
175       }
176     },
177     {
178       "name": "Switcher",
179       "source_files": "SJVideoPlayer/Switcher/*.{h,m}",
180       "dependencies": {
181         "SJBaseVideoPlayer": [
183         ]
184       }
185     }
186   ]