blob: 12ac6917c979ab01434972f4b538602a7b1bb53b [file] [log] [blame]
{
"name": "TIMSDK",
"version": "2.2.1",
"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.2.1.zip",
"sha1": "dfa07d64255bca9285919dd47e974233b8e54f55"
},
"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.2.1/libs/ImSDK.framework",
"IM_iOS_SDK_2.2.1/libs/QALSDK.framework",
"IM_iOS_SDK_2.2.1/libs/TLSSDK.framework"
]
},
{
"name": "Core",
"vendored_frameworks": "IM_iOS_SDK_2.2.1/libs/IMCore.framework",
"dependencies": {
"TIMSDK/Base": [
]
}
},
{
"name": "Bugly",
"vendored_frameworks": "IM_iOS_SDK_2.2.1/libs/IMSDKBugly.framework",
"dependencies": {
"TIMSDK/Base": [
]
}
},
{
"name": "QALHttp",
"vendored_frameworks": "IM_iOS_SDK_2.2.1/libs/QALHttpSDK.framework",
"dependencies": {
"TIMSDK/Base": [
]
}
}
]
}