blob: 9fc1828bd481bdc261073068a0a6b6c4786109d9 [file] [log] [blame]
{
"name": "LYXimalayaSDK",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LYXimalayaSDK/Classes/**/*",
"resources": "LYXimalayaSDK/Resource/XMResource.bundle",
"ios": {
"vendored_libraries": "LYXimalayaSDK/Libraries/libXMOpenPlatform.a"
},
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": "z",
"dependencies": {
"MBProgressHUD": [
],
"FMDB": [
]
}
}