[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / a / 9 / 3 / ChatK!t / 5.1.5 / ChatK!t.podspec.json
bloba5b0d1929fa2f8542480fa1dfac8c31c26461c6f
2   "name": "ChatK!t",
3   "version": "5.1.5",
4   "summary": "ChatK!t - Message View",
5   "homepage": "https://chatk.it",
6   "license": {
7     "type": "Apache 2.0"
8   },
9   "authors": {
10     "Ben Smiley": "ben@sdk.chat"
11   },
12   "source": {
13     "git": "https://github.com/chat-sdk/chat-sdk-ios.git",
14     "tag": "5.1.5"
15   },
16   "module_name": "ChatKit",
17   "platforms": {
18     "ios": "13.0"
19   },
20   "requires_arc": true,
21   "swift_versions": "5.0",
22   "default_subspecs": "ChatK!t",
23   "subspecs": [
24     {
25       "name": "ChatK!t",
26       "source_files": "ChatK!t/Core/**/*.{h,m,swift}",
27       "resources": "ChatK!t/Core/**/*.{xib,xcassets,strings}",
28       "dependencies": {
29         "ChatSDKKeepLayout": [
31         ],
32         "NextGrowingTextView": [
33           "1.6.1"
34         ],
35         "CollectionKit": [
37         ],
38         "FFCircularProgressView": [
40         ],
41         "MZDownloadManager": [
43         ],
44         "FLAnimatedImage": [
46         ],
47         "GSImageViewerController": [
49         ],
50         "RxSwift": [
51           "~>6.2.0"
52         ],
53         "DateTools": [
55         ],
56         "SDWebImage": [
58         ],
59         "ZLImageEditor": [
61         ]
62       }
63     },
64     {
65       "name": "ChatSDK",
66       "source_files": [
67         "ChatK!t/ChatSDK/**/*"
68       ],
69       "dependencies": {
70         "ChatSDK/UI": [
72         ],
73         "ChatK!t/ChatK!t": [
75         ]
76       }
77     },
78     {
79       "name": "Extras",
80       "source_files": [
81         "ChatK!tExtras/*.{h,m,swift}"
82       ],
83       "resources": [
84         "ChatK!tExtras/*.{xcassets,xib}"
85       ],
86       "dependencies": {
87         "ChatK!t/ChatK!t": [
89         ],
90         "ChatK!t/ChatSDK": [
92         ],
93         "MessageModules": [
95         ]
96       }
97     },
98     {
99       "name": "ExtrasPro",
100       "source_files": [
101         "ChatK!tExtras/*.{h,m,swift}"
102       ],
103       "resources": [
104         "ChatK!tExtras/*.{xcassets,xib}"
105       ],
106       "dependencies": {
107         "ChatK!t/ChatK!t": [
109         ],
110         "ChatK!t/ChatSDK": [
112         ],
113         "ChatSDKPro/Message": [
115         ]
116       }
117     }
118   ],
119   "swift_version": "5.0"