blob: 7e990d0555f016b637fb5c002180b34161407aca [file] [log] [blame]
{
"name": "LYXimalayaSDK",
"version": "1.0.1",
"summary": "自用喜马拉雅 sdk,喜马拉雅开放平台 http://open.ximalaya.com",
"description": "自用喜马拉雅 sdk,喜马拉雅开放平台 http://open.ximalaya.com,便于自己开发使用",
"homepage": "https://github.com/ButtFly/LYXimalayaSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ButtFly": "315585758@qq.com"
},
"source": {
"git": "https://github.com/ButtFly/LYXimalayaSDK.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LYXimalayaSDK/Classes/**/*",
"compiler_flags": "-ObjC",
"resources": "LYXimalayaSDK/Resource/XMResource.bundle",
"ios": {
"vendored_libraries": "LYXimalayaSDK/Libraries/libXMOpenPlatform.a"
},
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"Foundation",
"UIKit"
],
"libraries": "z",
"dependencies": {
"MBProgressHUD": [
],
"FMDB": [
]
}
}