[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / c / 9 / CTVideoView / 0.1.0 / CTVideoView.podspec.json
blob750313fec8cbb16dba373bedf985f824d7be2262
2   "name": "CTVideoView",
3   "version": "0.1.0",
4   "summary": "CTVideoView weibo custom video 自定义视频播放器",
5   "description": "CTVideoView weibo custom video 自定义视频播放器\n模仿微博视频播放器,支持亮度,声音调节,进度控制",
6   "homepage": "https://github.com/Mikora/CTVideoView",
7   "license": "MIT",
8   "authors": {
9     "root": "632300630@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/Mikora/CTVideoView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "resource_bundles": {
20     "CTVideoView": [
21       "Pod/Assets/images/*.png"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "categories",
27       "public_header_files": "Pod/Classes/categories/**/*.h",
28       "source_files": "Pod/Classes/categories/**/*",
29       "frameworks": [
30         "AVFoundation",
31         "UIKit",
32         "Foundation"
33       ]
34     },
35     {
36       "name": "manager",
37       "public_header_files": "Pod/Classes/manager/**/*.h",
38       "source_files": "Pod/Classes/manager/**/*",
39       "frameworks": [
40         "AVFoundation",
41         "MediaPlayer",
42         "Foundation"
43       ]
44     },
45     {
46       "name": "views",
47       "dependencies": {
48         "CTVideoView/categories": [
50         ],
51         "CTVideoView/manager": [
53         ]
54       },
55       "public_header_files": "Pod/Classes/views/**/*.h",
56       "source_files": "Pod/Classes/views/**/*",
57       "frameworks": [
58         "AVFoundation",
59         "UIKit",
60         "Foundation"
61       ]
62     },
63     {
64       "name": "controllers",
65       "dependencies": {
66         "CTVideoView/views": [
68         ],
69         "CTVideoView/manager": [
71         ]
72       },
73       "public_header_files": "Pod/Classes/controllers/**/*.h",
74       "source_files": "Pod/Classes/controllers/**/*",
75       "frameworks": [
76         "AVFoundation",
77         "UIKit",
78         "Foundation"
79       ]
80     }
81   ]