[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / e / 4 / ZFPlayer / 3.0.1 / ZFPlayer.podspec.json
blobaa982fb4066791f9a79e61ccfdbd7ad334fa8d9c
2   "name": "ZFPlayer",
3   "version": "3.0.1",
4   "summary": "A good player made by renzifeng",
5   "homepage": "https://github.com/renzifeng/ZFPlayer",
6   "screenshots": [
7     "https://upload-images.jianshu.io/upload_images/635942-b7498fe39e788604.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240",
8     "https://upload-images.jianshu.io/upload_images/635942-1ba16bde9d12acbe.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240"
9   ],
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "renzifeng": "zifeng1300@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/renzifeng/ZFPlayer.git",
19     "tag": "3.0.1"
20   },
21   "social_media_url": "http://weibo.com/zifeng1300",
22   "platforms": {
23     "ios": "7.0"
24   },
25   "requires_arc": true,
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "ZFPlayer/Classes/Core/**/*",
31       "public_header_files": "ZFPlayer/Classes/Core/**/*.h",
32       "frameworks": [
33         "UIKit",
34         "MediaPlayer",
35         "AVFoundation"
36       ]
37     },
38     {
39       "name": "AVPlayer",
40       "source_files": "ZFPlayer/Classes/AVPlayer/**/*",
41       "public_header_files": "ZFPlayer/Classes/AVPlayer/**/*.h",
42       "dependencies": {
43         "ZFPlayer/Core": [
45         ]
46       }
47     },
48     {
49       "name": "ControlView",
50       "source_files": "ZFPlayer/Classes/ControlView/**/*.{h,m}",
51       "public_header_files": "ZFPlayer/Classes/ControlView/**/*.h",
52       "resources": "ZFPlayer/Classes/ControlView/ZFPlayer.bundle",
53       "dependencies": {
54         "ZFPlayer/Core": [
56         ]
57       }
58     }
59   ]