blob: 5feded479fed33431e177329a485032ece4e43ee [file] [log] [blame]
{
"name": "TIMSDK",
"version": "2.5.0",
"summary": "QCloud SDK for iOS.",
"homepage": "https://github.com/shingwasix/TIMSDK",
"license": {
"type": "Copyright",
"text": "Copyright ©2013-2016 Qcloud.com"
},
"authors": {
"Shingwa Six": "http://github.com/shingwasix"
},
"source": {
"http": "http://dldir1.qq.com/hudongzhibo/im/IM_iOS_SDK_2.5.0.zip",
"sha1": "6cbe2a1413c94f68adb93f305b53a57abffd1296"
},
"platforms": {
"ios": "7.0"
},
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"c++",
"z",
"sqlite3"
],
"default_subspecs": [
"Base",
"Core",
"Bugly",
"QALHttp"
],
"subspecs": [
{
"name": "Base",
"vendored_frameworks": [
"IM_iOS_SDK_2.5.0/libs/ImSDK.framework",
"IM_iOS_SDK_2.5.0/libs/QALSDK.framework",
"IM_iOS_SDK_2.5.0/libs/TLSSDK.framework"
]
},
{
"name": "Core",
"vendored_frameworks": "IM_iOS_SDK_2.5.0/libs/IMCore.framework",
"dependencies": {
"TIMSDK/Base": [
]
}
},
{
"name": "Bugly",
"vendored_frameworks": "IM_iOS_SDK_2.5.0/libs/IMSDKBugly.framework",
"dependencies": {
"TIMSDK/Base": [
]
}
},
{
"name": "QALHttp",
"vendored_frameworks": "IM_iOS_SDK_2.5.0/libs/QALHttpSDK.framework",
"dependencies": {
"TIMSDK/Base": [
]
}
}
]
}