blob: 4740a91629057b1a1b17131c2cbbd7bf71e70008 [file] [log] [blame]
{
"name": "QIYU_iOS_SDK",
"version": "1.2.0",
"license": {
"type": "Copyright",
"text": " Copyright 2016 Netease \n"
},
"summary": "网易七鱼客服 iOS端SDK",
"homepage": "https://github.com/qiyukf/QIYU_iOS_SDK",
"authors": {
"qiyukf": "yunshangfu@126.com"
},
"source": {
"git": "https://github.com/qiyukf/QIYU_iOS_SDK.git",
"tag": "1.2.0"
},
"platforms": {
"ios": null
},
"public_header_files": "**/ExportHeaders/**/*.h",
"source_files": "**/ExportHeaders/**/*.h",
"vendored_libraries": "**/libQYSDK.a",
"resources": "**/QYResource.bundle",
"resource_bundles": {
"QYResource": [
"QIYU_iOS_SDK/QYResource/**/*.{nib, png, jpeg, jpg}"
]
},
"frameworks": [
"UIKit",
"MobileCoreService",
"SystemConfiguration",
"AVFoundation",
"CoreTelephony",
"CoreMedia",
"AudioToolbox"
],
"libraries": [
"z",
"stdc++.6.0.9",
"sqlite3.0"
],
"requires_arc": true
}