[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / c / b / TroilaCloudIM / 1.0.0 / TroilaCloudIM.podspec.json
blob3d719382c80d4053a5f16cae99f0f92b4d9d9e97
2   "name": "TroilaCloudIM",
3   "version": "1.0.0",
4   "summary": "TroilaCloud IM SDK",
5   "description": "TroilaCloud IM SDK for iOS",
6   "homepage": "https://im.perfectwork.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yulianlin": "yll@520wcf.com",
13     "lijie": "lj706517903@163.com"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/troila-mobile/Troila-Cloud-IOS-IM-SDK.git",
20     "tag": "1.0.0"
21   },
22   "pod_target_xcconfig": {
23     "VALID_ARCHS[sdk=iphonesimulator*]": ""
24   },
25   "subspecs": [
26     {
27       "name": "IMLib",
28       "vendored_frameworks": "TroilaIMLib.framework",
29       "dependencies": {
30         "!ProtoCompiler-gRPCPlugin": [
31           "~> 1.0"
32         ],
33         "Realm": [
35         ],
36         "AFNetworking": [
38         ]
39       }
40     },
41     {
42       "name": "IMKit",
43       "vendored_frameworks": "TroilaIMKit.framework",
44       "resources": "TroilaIMKit.framework/Assets.bundle",
45       "dependencies": {
46         "SDWebImage": [
48         ],
49         "UIColor-HexString": [
51         ],
52         "Masonry": [
54         ],
55         "lottie-ios": [
56           "~> 2.5.3"
57         ],
58         "GBKUIButtonProgressView": [
60         ]
61       }
62     }
63   ]