[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 2 / ChatSDK / 5.2.2 / ChatSDK.podspec.json
blobec342c5257e53bf3732f75b358b9563c7448aa87
2   "name": "ChatSDK",
3   "version": "5.2.2",
4   "summary": "Chat SDK - Mobile messaging framework for iOS",
5   "homepage": "https://chatsdk.co",
6   "license": {
7     "type": "Chat SDK License"
8   },
9   "authors": {
10     "Ben Smiley": "ben@chatsdk.co"
11   },
12   "source": {
13     "git": "https://github.com/chat-sdk/chat-sdk-ios.git",
14     "tag": "5.2.2"
15   },
16   "module_name": "ChatSDK",
17   "platforms": {
18     "ios": "11.0"
19   },
20   "requires_arc": true,
21   "swift_versions": "5.0",
22   "default_subspecs": "Complete",
23   "subspecs": [
24     {
25       "name": "Complete",
26       "dependencies": {
27         "ChatSDK/UI": [
29         ],
30         "ChatSDK/Reachability": [
32         ]
33       }
34     },
35     {
36       "name": "Core",
37       "source_files": [
38         "ChatSDKCore/Classes/**/*"
39       ],
40       "resource_bundles": {
41         "ChatCore": [
42           "ChatSDKCore/Assets/**/*"
43         ]
44       },
45       "dependencies": {
46         "RXPromise": [
47           "~> 1.0"
48         ],
49         "MZDownloadManager": [
51         ],
52         "DateTools": [
53           "~> 2.0"
54         ],
55         "SAMKeychain": [
57         ],
58         "RxSwift": [
59           "~>6.2.0"
60         ],
61         "RxCocoa": [
62           "~>6.2.0"
63         ]
64       },
65       "frameworks": "SafariServices"
66     },
67     {
68       "name": "Reachability",
69       "source_files": [
70         "ChatSDKExtras/Reachability/Classes/**/*"
71       ],
72       "dependencies": {
73         "Reachability": [
75         ],
76         "ChatSDK/Core": [
78         ]
79       }
80     },
81     {
82       "name": "CoreData",
83       "source_files": [
84         "ChatSDKCoreData/Classes/**/*"
85       ],
86       "resource_bundles": {
87         "ChatCoreData": [
88           "ChatSDKCoreData/Assets/**/*"
89         ]
90       },
91       "frameworks": [
92         "UIKit",
93         "CoreData"
94       ],
95       "dependencies": {
96         "ChatSDK/Core": [
98         ]
99       }
100     },
101     {
102       "name": "UI",
103       "source_files": [
104         "ChatSDKUI/Classes/**/*.{swift,h,m}"
105       ],
106       "resource_bundles": {
107         "ChatUI": [
108           "ChatSDKUI/Assets/**/*",
109           "ChatSDKUI/Interface/**/*"
110         ]
111       },
112       "dependencies": {
113         "MBProgressHUD": [
114           "~> 1.2.0"
115         ],
116         "VENTokenField": [
117           "~> 2.0"
118         ],
119         "SDWebImage": [
120           "~> 5.0"
121         ],
122         "StaticDataTableViewController": [
123           "~> 2.0"
124         ],
125         "CropViewController": [
126           "~> 2.0"
127         ],
128         "Hakawai": [
129           "~> 5.1.5"
130         ],
131         "ChatSDKKeepLayout": [
133         ],
134         "Toast": [
135           "~>4.0.0"
136         ],
137         "EFQRCode": [
139         ],
140         "CollectionKit": [
142         ],
143         "QuickTableViewController": [
145         ],
146         "ZLImageEditor": [
148         ],
149         "ChatSDK/CoreData": [
151         ]
152       },
153       "frameworks": "CoreLocation"
154     },
155     {
156       "name": "ModAddContactWithQRCode",
157       "source_files": [
158         "ChatSDKExtras/AddContactWithQRCode/**/*.{swift,h,m}"
159       ],
160       "dependencies": {
161         "ChatSDK/UI": [
163         ]
164       }
165     },
166     {
167       "name": "Base64ImageMessage",
168       "source_files": [
169         "ChatSDKExtras/Base64ImageMessage/**/*.{swift,h,m}"
170       ],
171       "dependencies": {
172         "ChatSDK/UI": [
174         ]
175       }
176     }
177   ],
178   "swift_version": "5.0"