[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / f / 2 / PuddingVideoSDK / 1.1.3 / PuddingVideoSDK.podspec.json
blob60ca96a746be21422e1130244854d7126010bf81
2   "name": "PuddingVideoSDK",
3   "version": "1.1.3",
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/rooboVideo/PuddingVideoSDK.git",
20     "tag": "1.1.3"
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     "OtherResources": [
50       "PuddingVideo/other/*"
51     ]
52   },
53   "deprecated": true,
54   "subspecs": [
55     {
56       "name": "RBVideo",
57       "source_files": "PuddingVideo/{RBLiveVideoClient.h,RBLiveVideoClient+Config.h,RBLiveVideoDelegate.h,RBVideoClient.h,RBVideoEvent.h}"
58     },
59     {
60       "name": "RBVideoFilter",
61       "source_files": "PuddingVideo/RBLiveVideoClient+VideoFilter.h",
62       "dependencies": {
63         "PuddingVideoSDK/RBVideo": [
65         ]
66       }
67     }
68   ]