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