[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 2 / ChatSDK / 4.3.3 / ChatSDK.podspec.json
blob81801370f27a5e21b2918b3ed8e14167931c0273
2   "name": "ChatSDK",
3   "version": "4.3.3",
4   "summary": "Chat SDK - Mobile messaging framework for iOS",
5   "homepage": "http://chatsdk.co",
6   "license": "Chat SDK License",
7   "authors": {
8     "Ben Smiley": "ben@chatsdk.co"
9   },
10   "source": {
11     "git": "https://github.com/chat-sdk/chat-sdk-ios.git",
12     "tag": "4.3.3"
13   },
14   "module_name": "ChatSDK",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "UI",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": [
24         "ChatSDKCore/Classes/**/*"
25       ],
26       "resource_bundles": {
27         "ChatCore": [
28           "ChatSDKCore/Assets/**/*"
29         ]
30       },
31       "dependencies": {
32         "RXPromise": [
33           "~> 1.0"
34         ],
35         "Reachability": [
36           "~> 3.0"
37         ],
38         "AFNetworking": [
39           "~>3.1.0"
40         ]
41       }
42     },
43     {
44       "name": "CoreData",
45       "source_files": [
46         "ChatSDKCoreData/Classes/**/*"
47       ],
48       "resource_bundles": {
49         "ChatCoreData": [
50           "ChatSDKCoreData/Assets/**/*"
51         ]
52       },
53       "frameworks": [
54         "UIKit",
55         "CoreData"
56       ],
57       "dependencies": {
58         "ChatSDK/Core": [
60         ]
61       }
62     },
63     {
64       "name": "UI",
65       "source_files": [
66         "ChatSDKUI/Classes/**/*"
67       ],
68       "resource_bundles": {
69         "ChatUI": [
70           "ChatSDKUI/Assets/**/*",
71           "ChatSDKUI/Interface/**/*"
72         ]
73       },
74       "dependencies": {
75         "MBProgressHUD": [
76           "~> 1.0"
77         ],
78         "VENTokenField": [
79           "~> 2.0"
80         ],
81         "SDWebImage": [
82           "~> 4.0"
83         ],
84         "StaticDataTableViewController": [
85           "~> 2.0"
86         ],
87         "CountryPicker": [
88           "~> 1.0"
89         ],
90         "DateTools": [
91           "~> 1.0"
92         ],
93         "TOCropViewController": [
94           "~> 2.0"
95         ],
96         "Hakawai": [
97           "~> 5.0.0"
98         ],
99         "ChatSDK/CoreData": [
101         ]
102       }
103     }
104   ]