blob: 877f2ec408689fd305eb701ba8482636b54646b9 [file] [log] [blame]
{
"name": "ZBSmartLiveSDK",
"version": "0.3.2",
"summary": "ZBSmartLiveSDK for iOS,simple create live app.",
"homepage": "https://github.com/LipYoung/ZBSmartLiveSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LipYoung": "mainbundle@gmail.com"
},
"source": {
"git": "https://github.com/LipYoung/ZBSmartLiveSDK.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "Pod/Library/include/ZBSmartLiveSDK/*.h",
"source_files": "Pod/Library/include/ZBSmartLiveSDK/*.h",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreGraphics",
"CFNetwork",
"AudioToolbox",
"CoreMedia",
"VideoToolbox"
],
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
],
"MJExtension": [
"~> 3.0.11"
]
},
"libraries": [
"z",
"c++",
"resolv",
"icucore",
"sqlite3"
],
"default_subspecs": "precompiled",
"subspecs": [
{
"name": "precompiled",
"vendored_libraries": "Pod/Library/lib/*.a"
}
]
}