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