[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / f / 2 / PuddingVideoSDK / 1.1.12 / PuddingVideoSDK.podspec.json
blob3dc090142af56cb683c9f596d434700fc7ef6d02
2   "name": "PuddingVideoSDK",
3   "version": "1.1.12",
4   "summary": "北京智能管家视频sdk 静态库.",
5   "platforms": {
6     "ios": "7.0"
7   },
8   "description": "TODO: 北京智能管家视频sdk.",
9   "requires_arc": true,
10   "homepage": "git@github.com:RooboMobile/PuddingVideoSDK.git",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "zhikuiyu": "zky_416@sina.com"
17   },
18   "source": {
19     "git": "https://git.oschina.net/roobo/PuddingVideoSDK.git",
20     "tag": "1.1.12"
21   },
22   "vendored_libraries": "PuddingVideo/lib/*.a",
23   "frameworks": [
24     "UIKit",
25     "MapKit",
26     "AVFoundation",
27     "WebKit",
28     "AudioToolBox",
29     "MediaPlayer",
30     "OpenGLES",
31     "GLKit",
32     "SystemConfiguration",
33     "CoreMedia",
34     "CoreVideo",
35     "MobileCoreServices",
36     "VideoToolbox"
37   ],
38   "libraries": [
39     "icucore",
40     "bz2",
41     "z",
42     "c++",
43     "iconv"
44   ],
45   "resource_bundles": {
46     "ImageBundle": [
47       "PuddingVideo/Image/*"
48     ]
49   },
50   "deprecated": true,
51   "subspecs": [
52     {
53       "name": "RBVideo",
54       "source_files": "PuddingVideo/{RBLiveVideoClient.h,RBLiveVideoClient+Config.h,RBLiveVideoDelegate.h,RBVideoClient.h,RBVideoEvent.h}"
55     },
56     {
57       "name": "RBVideoFilter",
58       "source_files": "PuddingVideo/RBLiveVideoClient+VideoFilter.h",
59       "dependencies": {
60         "PuddingVideoSDK/RBVideo": [
62         ]
63       }
64     }
65   ]