[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 2.0.4.2 / SJVideoPlayer.podspec.json
blobd186a299e23f57abfb2e1d47b9be8efeb1ec6b2b
2   "name": "SJVideoPlayer",
3   "version": "2.0.4.2",
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.4.2"
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     "SJBaseVideoPlayer": [
36     ],
37     "SJAttributesFactory": [
39     ],
40     "SJLoadingView": [
42     ]
43   },
44   "source_files": "SJVideoPlayer/*.{h,m}",
45   "subspecs": [
46     {
47       "name": "Resource",
48       "source_files": "SJVideoPlayer/Resource/*.{h,m}"
49     },
50     {
51       "name": "ControlView",
52       "source_files": "SJVideoPlayer/ControlView/*.{h,m}",
53       "dependencies": {
54         "SJVideoPlayer/Resource": [
56         ],
57         "SJVideoPlayer/MoreSetting": [
59         ]
60       }
61     },
62     {
63       "name": "MoreSetting",
64       "source_files": "SJVideoPlayer/MoreSetting/*.{h,m}",
65       "dependencies": {
66         "SJVideoPlayer/Resource": [
68         ]
69       }
70     },
71     {
72       "name": "LightweightControlView",
73       "source_files": "SJVideoPlayer/LightweightControlView/*.{h,m}",
74       "dependencies": {
75         "SJVideoPlayer/Resource": [
77         ]
78       }
79     }
80   ]