[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 0 / b / 2 / ChatSDK / 5.1.3 / ChatSDK.podspec.json
blobeb046929f13d11dd6acf6aafc0b79adddac766ce
2   "name": "ChatSDK",
3   "version": "5.1.3",
4   "summary": "Chat SDK - Mobile messaging framework for iOS",
5   "homepage": "https://sdk.chat",
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.1.3"
15   },
16   "module_name": "ChatSDK",
17   "platforms": {
18     "ios": "10.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         "AFNetworking/NSURLSession": [
50           "~>3.2.1"
51         ],
52         "MZDownloadManager": [
54         ],
55         "DateTools": [
56           "~> 2.0"
57         ],
58         "SAMKeychain": [
60         ],
61         "RxSwift": [
62           "~>6.2.0"
63         ],
64         "RxCocoa": [
65           "~>6.2.0"
66         ]
67       },
68       "frameworks": "SafariServices"
69     },
70     {
71       "name": "Reachability",
72       "source_files": [
73         "ChatSDKExtras/Reachability/Classes/**/*"
74       ],
75       "dependencies": {
76         "Reachability": [
78         ],
79         "ChatSDK/Core": [
81         ]
82       }
83     },
84     {
85       "name": "CoreData",
86       "source_files": [
87         "ChatSDKCoreData/Classes/**/*"
88       ],
89       "resource_bundles": {
90         "ChatCoreData": [
91           "ChatSDKCoreData/Assets/**/*"
92         ]
93       },
94       "frameworks": [
95         "UIKit",
96         "CoreData"
97       ],
98       "dependencies": {
99         "ChatSDK/Core": [
101         ]
102       }
103     },
104     {
105       "name": "UI",
106       "source_files": [
107         "ChatSDKUI/Classes/**/*.{swift,h,m}"
108       ],
109       "resource_bundles": {
110         "ChatUI": [
111           "ChatSDKUI/Assets/**/*",
112           "ChatSDKUI/Interface/**/*"
113         ]
114       },
115       "dependencies": {
116         "MBProgressHUD": [
117           "~> 1.2.0"
118         ],
119         "VENTokenField": [
120           "~> 2.0"
121         ],
122         "SDWebImage": [
123           "~> 5.0"
124         ],
125         "StaticDataTableViewController": [
126           "~> 2.0"
127         ],
128         "TOCropViewController": [
129           "~> 2.0"
130         ],
131         "Hakawai": [
132           "~> 5.1.5"
133         ],
134         "ChatSDKKeepLayout": [
136         ],
137         "Toast": [
138           "~>4.0.0"
139         ],
140         "EFQRCode": [
141           "~> 5.1.6"
142         ],
143         "CollectionKit": [
145         ],
146         "QuickTableViewController": [
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"