[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 4 / a / d / ZFPlayer-moolban / 3.2.5.2 / ZFPlayer-moolban.podspec.json
bloba7280d0b934ca7a88379d116905abb66b3217421
2   "name": "ZFPlayer-moolban",
3   "version": "3.2.5.2",
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.2.5.2"
16   },
17   "social_media_url": "http://weibo.com/zifeng1300",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "ZFPlayer-moolban/Classes/Core/**/*",
26       "public_header_files": "ZFPlayer-moolban/Classes/Core/**/*.h",
27       "frameworks": [
28         "UIKit",
29         "MediaPlayer",
30         "AVFoundation"
31       ]
32     },
33     {
34       "name": "ControlView",
35       "source_files": "ZFPlayer-moolban/Classes/ControlView/**/*.{h,m}",
36       "public_header_files": "ZFPlayer-moolban/Classes/ControlView/**/*.h",
37       "resources": "ZFPlayer-moolban/Classes/ControlView/ZFPlayer.bundle",
38       "dependencies": {
39         "ZFPlayer-moolban/Core": [
41         ]
42       }
43     },
44     {
45       "name": "AVPlayer",
46       "source_files": "ZFPlayer-moolban/Classes/AVPlayer/**/*.{h,m}",
47       "public_header_files": "ZFPlayer-moolban/Classes/AVPlayer/**/*.h",
48       "dependencies": {
49         "ZFPlayer-moolban/Core": [
51         ]
52       }
53     }
54   ]