[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 2 / ChatSDK / 4.3.13 / ChatSDK.podspec.json
blob768a1b063e28f9939d6978650a5627d12e61f04a
2   "name": "ChatSDK",
3   "version": "4.3.13",
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.3.13"
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     },
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         "ChatSDK/CoreData": [
108         ]
109       },
110       "frameworks": "CoreLocation"
111     }
112   ]