blob: b4131803bb8e581648b45e5b4a167408a1f91029 [file] [log] [blame]
{
"name": "QKLiveSDK",
"version": "0.0.3",
"summary": "QKLiveSDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/quklive/QKLive",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"quklive": "yangpeng@quklive.com"
},
"source": {
"git": "https://github.com/quklive/QKLive.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"source_files": "QKLiveSDK/Classes/**/*",
"resource_bundles": {
"QKLiveSDK": [
"QKLiveSDK/Assets/img/*",
"QKLiveSDK/Assets/xib/*"
]
},
"vendored_frameworks": "QKLiveSDK/framework/*.framework",
"static_framework": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"dependencies": {
"FMDB": [
],
"SVProgressHUD": [
]
}
}