[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / e / 3 / b / ChatLib / 2.0.3 / ChatLib.podspec.json
blobcadbaf02feb15bb922b9348cbcf6b976f3a3be5c
2   "name": "ChatLib",
3   "version": "2.0.3",
4   "summary": "ChatLib iOS Client",
5   "description": "This is Chat description",
6   "homepage": "https://github.com/ssagarShinde/ColabChat.git",
7   "license": {
8     "type": "Apache License",
9     "file": "license"
10   },
11   "authors": {
12     "Sagar": "s.dshinde13@gmail.com"
13   },
14   "swift_versions": "5",
15   "platforms": {
16     "ios": "12.0"
17   },
18   "source": {
19     "git": "https://github.com/ssagarShinde/ColabChat.git",
20     "tag": "2.0.3"
21   },
22   "requires_arc": true,
23   "source_files": "ChatLib/ChatLib/Sources/**/*.{h,m,swift}",
24   "exclude_files": "Classes/Exclude",
25   "resource_bundles": {
26     "ChatLib": [
27       "ChatLib/ChatLib/Sources/**/*.xcassets"
28     ]
29   },
30   "resources": [
31     "ChatLib/ChatLib/Sources/**/*.xcassets"
32   ],
33   "ios": {
34     "frameworks": "UIKit"
35   },
36   "dependencies": {
37     "Socket.IO-Client-Swift": [
38       "~> 15.2.0"
39     ]
40   },
41   "swift_version": "5"