[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / b / 2 / ChatSDK / 4.9.8 / ChatSDK.podspec.json
blob27b2cab827b09441bd48c9be59f6fb8e59c1ea53
2   "name": "ChatSDK",
3   "version": "4.9.8",
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.9.8"
16   },
17   "module_name": "ChatSDK",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
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": [
50           "~>3.2.1"
51         ],
52         "DateTools": [
53           "~> 2.0"
54         ],
55         "SAMKeychain": [
57         ]
58       },
59       "frameworks": "SafariServices"
60     },
61     {
62       "name": "Reachability",
63       "source_files": [
64         "ChatSDKExtras/Reachability/Classes/**/*"
65       ],
66       "dependencies": {
67         "Reachability": [
69         ],
70         "ChatSDK/Core": [
72         ]
73       }
74     },
75     {
76       "name": "CoreData",
77       "source_files": [
78         "ChatSDKCoreData/Classes/**/*"
79       ],
80       "resource_bundles": {
81         "ChatCoreData": [
82           "ChatSDKCoreData/Assets/**/*"
83         ]
84       },
85       "frameworks": [
86         "UIKit",
87         "CoreData"
88       ],
89       "dependencies": {
90         "ChatSDK/Core": [
92         ]
93       }
94     },
95     {
96       "name": "UI",
97       "source_files": [
98         "ChatSDKUI/Classes/**/*"
99       ],
100       "resource_bundles": {
101         "ChatUI": [
102           "ChatSDKUI/Assets/**/*",
103           "ChatSDKUI/Interface/**/*"
104         ]
105       },
106       "dependencies": {
107         "MBProgressHUD": [
108           "~> 1.0"
109         ],
110         "VENTokenField": [
111           "~> 2.0"
112         ],
113         "SDWebImage": [
114           "~> 4.0"
115         ],
116         "StaticDataTableViewController": [
117           "~> 2.0"
118         ],
119         "CountryPicker": [
120           "~> 1.0"
121         ],
122         "TOCropViewController": [
123           "~> 2.0"
124         ],
125         "Hakawai": [
126           "~> 5.1.5"
127         ],
128         "ChatSDKKeepLayout": [
130         ],
131         "Toast": [
132           "~>4.0.0"
133         ],
134         "ChatSDK/CoreData": [
136         ]
137       },
138       "frameworks": "CoreLocation"
139     }
140   ]