[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 7 / 6 / AliPlayerSDK_iOS-Module / 4.7.3.3 / AliPlayerSDK_iOS-Module.podspec.json
blob9e208fba7f1f9853b50aaf224a840a904902ec28
2   "name": "AliPlayerSDK_iOS-Module",
3   "version": "4.7.3.3",
4   "summary": "AliPlayerSDK_iOS-Module.",
5   "description": "It's an SDK for aliyun video vodplay, which implement by Objective-C.",
6   "homepage": "https://github.com/aliyunvideo/AliPlayerSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aliyunvideo": "videosdk@service.aliyun.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/kuibu-team/AliPlayerSDK.git",
19     "tag": "4.7.3.3"
20   },
21   "requires_arc": true,
22   "source_files": "**/*.{h,m}",
23   "module_map": "AliPlayerSDK_iOS-Module.modulemap",
24   "subspecs": [
25     {
26       "name": "AliPlayerSDK",
27       "vendored_frameworks": [
28         "AliyunPlayer.framework",
29         "alivcffmpeg.framework",
30         "AlivcConan.framework",
31         "AliyunMediaDownloader.framework",
32         "artpSource.framework"
33       ],
34       "frameworks": [
35         "MediaPlayer",
36         "CoreGraphics",
37         "QuartzCore",
38         "CoreVideo",
39         "OpenGLES",
40         "AVFoundation",
41         "CoreMedia",
42         "VideoToolbox",
43         "AudioToolbox"
44       ]
45     }
46   ]