[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / a / d / ZFPlayer-moolban / 3.1.4.1 / ZFPlayer-moolban.podspec.json
blob981f1b9bf35ff5344f0644835f7b73b0480c20eb
2   "name": "ZFPlayer-moolban",
3   "version": "3.1.4.1",
4   "summary": "A good player made by renzifeng",
5   "homepage": "https://github.com/rws08/ZFPlayer-moolban",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "renzifeng": "zifeng1300@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/rws08/ZFPlayer-moolban.git",
15     "tag": "3.1.4.1"
16   },
17   "social_media_url": "http://weibo.com/zifeng1300",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "ZFPlayer-moolban/Classes/Core/**/*",
27       "public_header_files": "ZFPlayer-moolban/Classes/Core/**/*.h",
28       "frameworks": [
29         "UIKit",
30         "MediaPlayer",
31         "AVFoundation"
32       ]
33     },
34     {
35       "name": "ControlView",
36       "source_files": "ZFPlayer-moolban/Classes/ControlView/**/*.{h,m}",
37       "public_header_files": "ZFPlayer-moolban/Classes/ControlView/**/*.h",
38       "resources": "ZFPlayer-moolban/Classes/ControlView/ZFPlayer.bundle",
39       "dependencies": {
40         "ZFPlayer-moolban/Core": [
42         ]
43       }
44     },
45     {
46       "name": "AVPlayer",
47       "source_files": "ZFPlayer-moolban/Classes/AVPlayer/**/*.{h,m}",
48       "public_header_files": "ZFPlayer-moolban/Classes/AVPlayer/**/*.h",
49       "dependencies": {
50         "ZFPlayer-moolban/Core": [
52         ]
53       }
54     }
55   ]