[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / b / 8 / 5 / LiveMediaFramework / 0.0.6 / LiveMediaFramework.podspec.json
blob8a2ee1db3e972f6a7a4fe163d70846079775fd3b
2   "name": "LiveMediaFramework",
3   "version": "0.0.6",
4   "summary": "LiveMediaFramework for components",
5   "description": "LiveMediaFramework for components",
6   "homepage": "https://github.com/bbrichard/LiveMediaFramework",
7   "license": "MIT. Copyright (c) 2019年 BB. All rights reserved.",
8   "authors": {
9     "Richard": "Richard@seektopser.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "http": "https://github.com/bbrichard/LiveMediaFramework/releases/download/0.0.3/LiveMediaFramework.zip"
16   },
17   "frameworks": [
18     "AudioToolbox",
19     "CoreGraphics",
20     "AVFoundation",
21     "CoreMedia",
22     "CoreVideo",
23     "MediaPlayer",
24     "MobileCoreServices",
25     "OpenGLES",
26     "QuartzCore",
27     "VideoToolbox"
28   ],
29   "libraries": [
30     "c++",
31     "z",
32     "bz2"
33   ],
34   "default_subspecs": "zip",
35   "prepare_command": "touch  LiveMediaFramework.framework/Modules/module.modulemap\ncat <<-EOF > LiveMediaFramework.framework/Modules/module.modulemap\nframework module LiveMediaFramework {\n    header \"IJKAVMoviePlayerController.h\"\n    header \"IJKMPMoviePlayerController.h\"\n    header \"IJKFFMonitor.h\"\n    header \"IJKFFOptions.h\"\n    header \"IJKKVOController.h\"\n    header \"IJKMediaFramework.h\"\n    header \"IJKMediaModule.h\"\n    header \"IJKMediaPlayback.h\"\n    header \"IJKMediaPlayer.h\"\n    header \"IJKNotificationManager.h\"\n    header \"IJKSDLGLViewProtocol.h\"\n    header \"IJKFFMoviePlayerController.h\"\n}\nEOF",
36   "subspecs": [
37     {
38       "name": "zip",
39       "ios": {
40         "vendored_frameworks": "*.framework"
41       }
42     }
43   ]