[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / 0 / 6 / MCPlayerKit / 0.0.3 / MCPlayerKit.podspec.json
blob31e4fde6ec4db80dd04708454d93ad0608149ecb
2   "name": "MCPlayerKit",
3   "version": "0.0.3",
4   "summary": "MCPlayerKit is iOS Player, PlayerCoreType: AVPlayer can use play some video, IJKPlayer type can play video, Live ...",
5   "homepage": "https://github.com/poholo/PlayerKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "littleplayer": "mailjiancheng@163.com"
12   },
13   "social_media_url": "https://weibo.com/lp927",
14   "requires_arc": true,
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/poholo/PlayerKit.git",
20     "tag": "0.0.3"
21   },
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "VideoToolbox",
26     "QuartzCore",
27     "OpenGLES",
28     "MobileCoreServices",
29     "MediaPlayer",
30     "CoreVideo",
31     "CoreMedia",
32     "CoreGraphics",
33     "AVFoundation",
34     "AudioToolbox"
35   ],
36   "subspecs": [
37     {
38       "name": "PlayerKit",
39       "dependencies": {
40         "IJKMediaFramework": [
42         ]
43       },
44       "source_files": "MCPlayerKit/PlayerKit/**/*.{h,m,mm}",
45       "public_header_files": "MCPlayerKit/PlayerKit/**/*.h"
46     }
47   ]