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