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