[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / b / 2 / ChatSDK / 5.0.3 / ChatSDK.podspec.json
blob533a62f0908e5cb6301c2118a0eb09ecad1f49e8
2   "name": "ChatSDK",
3   "version": "5.0.3",
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": "5.0.3"
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         "MZDownloadManager": [
55         ],
56         "DateTools": [
57           "~> 2.0"
58         ],
59         "SAMKeychain": [
61         ],
62         "RxSwift": [
63           "6.0.0-rc.1"
64         ],
65         "RxCocoa": [
66           "6.0.0-rc.1"
67         ]
68       },
69       "frameworks": "SafariServices"
70     },
71     {
72       "name": "Reachability",
73       "source_files": [
74         "ChatSDKExtras/Reachability/Classes/**/*"
75       ],
76       "dependencies": {
77         "Reachability": [
79         ],
80         "ChatSDK/Core": [
82         ]
83       }
84     },
85     {
86       "name": "CoreData",
87       "source_files": [
88         "ChatSDKCoreData/Classes/**/*"
89       ],
90       "resource_bundles": {
91         "ChatCoreData": [
92           "ChatSDKCoreData/Assets/**/*"
93         ]
94       },
95       "frameworks": [
96         "UIKit",
97         "CoreData"
98       ],
99       "dependencies": {
100         "ChatSDK/Core": [
102         ]
103       }
104     },
105     {
106       "name": "UI",
107       "source_files": [
108         "ChatSDKUI/Classes/**/*.{swift,h,m}"
109       ],
110       "resource_bundles": {
111         "ChatUI": [
112           "ChatSDKUI/Assets/**/*",
113           "ChatSDKUI/Interface/**/*"
114         ]
115       },
116       "dependencies": {
117         "MBProgressHUD": [
118           "~> 1.2.0"
119         ],
120         "VENTokenField": [
121           "~> 2.0"
122         ],
123         "SDWebImage": [
124           "~> 5.0"
125         ],
126         "StaticDataTableViewController": [
127           "~> 2.0"
128         ],
129         "TOCropViewController": [
130           "~> 2.0"
131         ],
132         "Hakawai": [
133           "~> 5.1.5"
134         ],
135         "ChatSDKKeepLayout": [
137         ],
138         "Toast": [
139           "~>4.0.0"
140         ],
141         "EFQRCode": [
142           "~> 5.1.6"
143         ],
144         "CollectionKit": [
146         ],
147         "QuickTableViewController": [
149         ],
150         "ChatSDK/CoreData": [
152         ]
153       },
154       "frameworks": "CoreLocation"
155     },
156     {
157       "name": "ModAddContactWithQRCode",
158       "source_files": [
159         "ChatSDKExtras/AddContactWithQRCode/**/*.{swift,h,m}"
160       ],
161       "dependencies": {
162         "ChatSDK/UI": [
164         ]
165       }
166     }
167   ],
168   "swift_version": "5.0"