blob: 60ca96a746be21422e1130244854d7126010bf81 [file] [log] [blame]
{
"name": "PuddingVideoSDK",
"version": "1.1.3",
"summary": "北京智能管家视频sdk 静态库.",
"platforms": {
"ios": "7.0"
},
"description": "TODO: 北京智能管家视频sdk.",
"requires_arc": true,
"homepage": "git@github.com:RooboMobile/PuddingVideoSDK.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhikuiyu": "zky_416@sina.com"
},
"source": {
"git": "https://git.oschina.net/rooboVideo/PuddingVideoSDK.git",
"tag": "1.1.3"
},
"vendored_libraries": "PuddingVideo/lib/*.a",
"frameworks": [
"UIKit",
"MapKit",
"AVFoundation",
"WebKit",
"AudioToolBox",
"MediaPlayer",
"OpenGLES",
"GLKit",
"SystemConfiguration",
"CoreMedia",
"CoreVideo",
"MobileCoreServices",
"VideoToolbox"
],
"libraries": [
"icucore",
"bz2",
"z",
"c++",
"iconv"
],
"resource_bundles": {
"ImageBundle": [
"PuddingVideo/Image/*"
],
"OtherResources": [
"PuddingVideo/other/*"
]
},
"deprecated": true,
"subspecs": [
{
"name": "RBVideo",
"source_files": "PuddingVideo/{RBLiveVideoClient.h,RBLiveVideoClient+Config.h,RBLiveVideoDelegate.h,RBVideoClient.h,RBVideoEvent.h}"
},
{
"name": "RBVideoFilter",
"source_files": "PuddingVideo/RBLiveVideoClient+VideoFilter.h",
"dependencies": {
"PuddingVideoSDK/RBVideo": [
]
}
}
]
}