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