[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 2 / ChatSDK / 4.14.1 / ChatSDK.podspec.json
blob2b3fc1072a2c1a96319e934a0d7609fd6c61e23a
2   "name": "ChatSDK",
3   "version": "4.14.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.14.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       },
60       "frameworks": "SafariServices"
61     },
62     {
63       "name": "Reachability",
64       "source_files": [
65         "ChatSDKExtras/Reachability/Classes/**/*"
66       ],
67       "dependencies": {
68         "Reachability": [
70         ],
71         "ChatSDK/Core": [
73         ]
74       }
75     },
76     {
77       "name": "CoreData",
78       "source_files": [
79         "ChatSDKCoreData/Classes/**/*"
80       ],
81       "resource_bundles": {
82         "ChatCoreData": [
83           "ChatSDKCoreData/Assets/**/*"
84         ]
85       },
86       "frameworks": [
87         "UIKit",
88         "CoreData"
89       ],
90       "dependencies": {
91         "ChatSDK/Core": [
93         ]
94       }
95     },
96     {
97       "name": "UI",
98       "source_files": [
99         "ChatSDKUI/Classes/**/*"
100       ],
101       "resource_bundles": {
102         "ChatUI": [
103           "ChatSDKUI/Assets/**/*",
104           "ChatSDKUI/Interface/**/*"
105         ]
106       },
107       "dependencies": {
108         "MBProgressHUD": [
109           "~> 1.0"
110         ],
111         "VENTokenField": [
112           "~> 2.0"
113         ],
114         "SDWebImage": [
115           "~> 5.0"
116         ],
117         "StaticDataTableViewController": [
118           "~> 2.0"
119         ],
120         "TOCropViewController": [
121           "~> 2.0"
122         ],
123         "Hakawai": [
124           "~> 5.1.5"
125         ],
126         "ChatSDKKeepLayout": [
128         ],
129         "Toast": [
130           "~>4.0.0"
131         ],
132         "EFQRCode": [
133           "~> 5.1.6"
134         ],
135         "ChatSDK/CoreData": [
137         ]
138       },
139       "frameworks": "CoreLocation"
140     }
141   ],
142   "swift_version": "5.0"