[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / b / 2 / ChatSDK / 4.5.0 / ChatSDK.podspec.json
blob05122165044bc683346afae9568f5b0699eff5bf
2   "name": "ChatSDK",
3   "version": "4.5.0",
4   "summary": "Chat SDK - Mobile messaging framework for iOS",
5   "homepage": "http://chatsdk.co",
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.5.0"
16   },
17   "module_name": "ChatSDK",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "UI",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "ChatSDKCore/Classes/**/*"
29       ],
30       "resource_bundles": {
31         "ChatCore": [
32           "ChatSDKCore/Assets/**/*"
33         ]
34       },
35       "dependencies": {
36         "RXPromise": [
37           "~> 1.0"
38         ],
39         "Reachability": [
40           "~> 3.0"
41         ],
42         "AFNetworking": [
43           "~>3.1.0"
44         ]
45       },
46       "frameworks": "SafariServices"
47     },
48     {
49       "name": "CoreData",
50       "source_files": [
51         "ChatSDKCoreData/Classes/**/*"
52       ],
53       "resource_bundles": {
54         "ChatCoreData": [
55           "ChatSDKCoreData/Assets/**/*"
56         ]
57       },
58       "frameworks": [
59         "UIKit",
60         "CoreData"
61       ],
62       "dependencies": {
63         "ChatSDK/Core": [
65         ]
66       }
67     },
68     {
69       "name": "UI",
70       "source_files": [
71         "ChatSDKUI/Classes/**/*"
72       ],
73       "resource_bundles": {
74         "ChatUI": [
75           "ChatSDKUI/Assets/**/*",
76           "ChatSDKUI/Interface/**/*"
77         ]
78       },
79       "dependencies": {
80         "MBProgressHUD": [
81           "~> 1.0"
82         ],
83         "VENTokenField": [
84           "~> 2.0"
85         ],
86         "SDWebImage": [
87           "~> 4.0"
88         ],
89         "StaticDataTableViewController": [
90           "~> 2.0"
91         ],
92         "CountryPicker": [
93           "~> 1.0"
94         ],
95         "DateTools": [
96           "~> 1.0"
97         ],
98         "TOCropViewController": [
99           "~> 2.0"
100         ],
101         "Hakawai": [
102           "~> 5.0.0"
103         ],
104         "ChatSDKKeepLayout": [
106         ],
107         "Toast": [
108           "~>4.0.0"
109         ],
110         "ChatSDK/CoreData": [
112         ]
113       },
114       "frameworks": "CoreLocation"
115     }
116   ]