[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / e / 7 / TIMSDK / 2.5.4 / TIMSDK.podspec.json
blob015554a9510ad552da615f111ddd895bef24d352
2   "name": "TIMSDK",
3   "version": "2.5.4",
4   "summary": "QCloud SDK for iOS.",
5   "homepage": "https://github.com/shingwasix/TIMSDK",
6   "license": {
7     "type": "Copyright",
8     "text": "Copyright ©2013-2017 Qcloud.com"
9   },
10   "authors": {
11     "Shingwa Six": "https://github.com/shingwasix"
12   },
13   "source": {
14     "http": "http://dldir1.qq.com/hudongzhibo/im/IM_iOS_SDK_2.5.4.zip",
15     "sha1": "f072ba736120d2f206dc2c473643e52af1b1296a"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "frameworks": [
21     "SystemConfiguration",
22     "CoreTelephony"
23   ],
24   "libraries": [
25     "c++",
26     "z",
27     "sqlite3",
28     "stdc++.6"
29   ],
30   "default_subspecs": [
31     "Base",
32     "Core",
33     "Bugly",
34     "QALHttp"
35   ],
36   "subspecs": [
37     {
38       "name": "Base",
39       "vendored_frameworks": [
40         "IM_iOS_SDK_2.5.4/libs/ImSDK.framework",
41         "IM_iOS_SDK_2.5.4/libs/QALSDK.framework",
42         "IM_iOS_SDK_2.5.4/libs/TLSSDK.framework"
43       ]
44     },
45     {
46       "name": "Core",
47       "vendored_frameworks": "IM_iOS_SDK_2.5.4/libs/IMCore.framework",
48       "dependencies": {
49         "TIMSDK/Base": [
51         ]
52       }
53     },
54     {
55       "name": "Bugly",
56       "vendored_frameworks": "IM_iOS_SDK_2.5.4/libs/IMSDKBugly.framework",
57       "dependencies": {
58         "TIMSDK/Base": [
60         ]
61       }
62     },
63     {
64       "name": "QALHttp",
65       "vendored_frameworks": "IM_iOS_SDK_2.5.4/libs/QALHttpSDK.framework",
66       "dependencies": {
67         "TIMSDK/Base": [
69         ]
70       }
71     }
72   ]