blob: 95afccb7d6fdfe232c83840e8a450798f71ef325 [file] [log] [blame]
{
"name": "OffcnLiveSDK",
"version": "2.2.2.0",
"summary": "OffcnLiveSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitlab.eoffcn.com/video/iOSLiveSDK.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangyunjie": "zhangyunjie@offcn.com"
},
"source": {
"git": "https://gitlab.eoffcn.com/video/iOSLiveSDK.git",
"tag": "2.2.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "OffcnLiveSDK/Classes/*.h",
"public_header_files": "OffcnLiveSDK/Classes/*.h",
"vendored_frameworks": [
"OffcnLiveSDK/Frameworks/ZGIJKMediaFramework.framework",
"OffcnLiveSDK/Frameworks/WebRTC.framework"
],
"frameworks": [
"CFNetwork",
"CoreFoundation",
"CoreData",
"Foundation",
"AudioToolbox",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"MediaPlayer",
"MobileCoreServices",
"OpenGLES",
"QuartzCore",
"UIKit",
"VideoToolbox"
],
"vendored_libraries": [
"OffcnLiveSDK/Libraries/libOffcnLiveSDK.a"
],
"libraries": [
"c++",
"bz2",
"z",
"xml2",
"sqlite3",
"xml2"
],
"resources": "OffcnLiveSDK/Resources/*.bundle",
"user_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}