[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 2 / ChatSDK / 4.3.6 / ChatSDK.podspec.json
blobab2e385e25ae4b612947c892774e70567a3b11f4
2   "name": "ChatSDK",
3   "version": "4.3.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.3.6"
16   },
17   "module_name": "ChatSDK",
18   "platforms": {
19     "ios": "7.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     },
46     {
47       "name": "CoreData",
48       "source_files": [
49         "ChatSDKCoreData/Classes/**/*"
50       ],
51       "resource_bundles": {
52         "ChatCoreData": [
53           "ChatSDKCoreData/Assets/**/*"
54         ]
55       },
56       "frameworks": [
57         "UIKit",
58         "CoreData"
59       ],
60       "dependencies": {
61         "ChatSDK/Core": [
63         ]
64       }
65     },
66     {
67       "name": "UI",
68       "source_files": [
69         "ChatSDKUI/Classes/**/*"
70       ],
71       "resource_bundles": {
72         "ChatUI": [
73           "ChatSDKUI/Assets/**/*",
74           "ChatSDKUI/Interface/**/*"
75         ]
76       },
77       "dependencies": {
78         "MBProgressHUD": [
79           "~> 1.0"
80         ],
81         "VENTokenField": [
82           "~> 2.0"
83         ],
84         "SDWebImage": [
85           "~> 4.0"
86         ],
87         "StaticDataTableViewController": [
88           "~> 2.0"
89         ],
90         "CountryPicker": [
91           "~> 1.0"
92         ],
93         "DateTools": [
94           "~> 1.0"
95         ],
96         "TOCropViewController": [
97           "~> 2.0"
98         ],
99         "Hakawai": [
100           "~> 5.0.0"
101         ],
102         "ChatSDK/CoreData": [
104         ]
105       }
106     }
107   ]