[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / b / 2 / ChatSDK / 4.11.11 / ChatSDK.podspec.json
blob2f8d93aba3e98dbc3ce7fd0d4f52f88c9e58f804
2   "name": "ChatSDK",
3   "version": "4.11.11",
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.11.11"
16   },
17   "module_name": "ChatSDK",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0"
24   },
25   "default_subspecs": "Complete",
26   "subspecs": [
27     {
28       "name": "Complete",
29       "dependencies": {
30         "ChatSDK/UI": [
32         ],
33         "ChatSDK/Reachability": [
35         ]
36       }
37     },
38     {
39       "name": "Core",
40       "source_files": [
41         "ChatSDKCore/Classes/**/*"
42       ],
43       "resource_bundles": {
44         "ChatCore": [
45           "ChatSDKCore/Assets/**/*"
46         ]
47       },
48       "dependencies": {
49         "RXPromise": [
50           "~> 1.0"
51         ],
52         "AFNetworking": [
53           "~>3.2.1"
54         ],
55         "DateTools": [
56           "~> 2.0"
57         ],
58         "SAMKeychain": [
60         ]
61       },
62       "frameworks": "SafariServices"
63     },
64     {
65       "name": "Reachability",
66       "source_files": [
67         "ChatSDKExtras/Reachability/Classes/**/*"
68       ],
69       "dependencies": {
70         "Reachability": [
72         ],
73         "ChatSDK/Core": [
75         ]
76       }
77     },
78     {
79       "name": "CoreData",
80       "source_files": [
81         "ChatSDKCoreData/Classes/**/*"
82       ],
83       "resource_bundles": {
84         "ChatCoreData": [
85           "ChatSDKCoreData/Assets/**/*"
86         ]
87       },
88       "frameworks": [
89         "UIKit",
90         "CoreData"
91       ],
92       "dependencies": {
93         "ChatSDK/Core": [
95         ]
96       }
97     },
98     {
99       "name": "UI",
100       "source_files": [
101         "ChatSDKUI/Classes/**/*"
102       ],
103       "resource_bundles": {
104         "ChatUI": [
105           "ChatSDKUI/Assets/**/*",
106           "ChatSDKUI/Interface/**/*"
107         ]
108       },
109       "dependencies": {
110         "MBProgressHUD": [
111           "~> 1.0"
112         ],
113         "VENTokenField": [
114           "~> 2.0"
115         ],
116         "SDWebImage": [
117           "~> 5.0"
118         ],
119         "StaticDataTableViewController": [
120           "~> 2.0"
121         ],
122         "CountryPicker": [
123           "~> 1.0"
124         ],
125         "TOCropViewController": [
126           "~> 2.0"
127         ],
128         "Hakawai": [
129           "~> 5.1.5"
130         ],
131         "ChatSDKKeepLayout": [
133         ],
134         "Toast": [
135           "~>4.0.0"
136         ],
137         "ChatSDK/CoreData": [
139         ]
140       },
141       "frameworks": "CoreLocation"
142     }
143   ]