blob: 5804b6537668ccbf9a1afac0f570022c31982180 [file] [log] [blame]
{
"name": "ZBSmartLiveSDK",
"version": "0.3.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"Pod/Library/include/ZBSmartLiveSDK/**/*",
"Pod/Library/include/ZBSmartLiveSDK/**/*.{c, h, m}"
],
"frameworks": [
"UIKit",
"AVFoundation",
"CoreGraphics",
"CFNetwork",
"AudioToolbox",
"CoreMedia",
"VideoToolbox"
],
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
],
"MJExtension": [
"~> 3.0.11"
],
"SSZipArchive": [
"~> 1.5"
]
},
"libraries": [
"z",
"c++",
"resolv",
"icucore",
"sqlite3"
]
}