blob: b34100a805214d247a0206265973b5d32020820b [file] [log] [blame]
{
"name": "QKLiveSDK",
"version": "1.0.4",
"summary": "QKLiveSDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/qklive/livesdk_ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"quklive": "yangpeng@quklive.com"
},
"source": {
"git": "https://github.com/qklive/livesdk_ios.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"default_subspecs": "liveSdk",
"source_files": [
"QKLiveSDK/Classes/obj/LivePubThings.h",
"QKLiveSDK/Classes/viewController/LiveActTelecast.h"
],
"resource_bundles": {
"QKLiveSDK": [
"QKLiveSDK/Assets/img/*",
"QKLiveSDK/Assets/xib/*"
]
},
"static_framework": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"dependencies": {
"QKPubBean": [
]
},
"subspecs": [
{
"name": "liveSdk",
"source_files": "QKLiveSDK/Classes/**/*.{h,m}"
}
]
}