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