[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 2.0.7.1 / SJVideoPlayer.podspec.json
blob508cbe89a18d676fc80fe2849858f97ffec329c6
2   "name": "SJVideoPlayer",
3   "version": "2.0.7.1",
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.7.1"
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     "SJFullscreenPopGesture": [
45     ]
46   },
47   "source_files": "SJVideoPlayer/*.{h,m}",
48   "subspecs": [
49     {
50       "name": "Resource",
51       "source_files": "SJVideoPlayer/Resource/*.{h,m}"
52     },
53     {
54       "name": "ControlView",
55       "source_files": "SJVideoPlayer/ControlView/*.{h,m}",
56       "dependencies": {
57         "SJVideoPlayer/Resource": [
59         ],
60         "SJVideoPlayer/MoreSetting": [
62         ]
63       }
64     },
65     {
66       "name": "MoreSetting",
67       "source_files": "SJVideoPlayer/MoreSetting/*.{h,m}",
68       "dependencies": {
69         "SJVideoPlayer/Resource": [
71         ]
72       }
73     },
74     {
75       "name": "LightweightControlView",
76       "source_files": "SJVideoPlayer/LightweightControlView/*.{h,m}",
77       "dependencies": {
78         "SJVideoPlayer/Resource": [
80         ]
81       }
82     }
83   ]