[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / a / 4 / ChatWidget / 2.0.0 / ChatWidget.podspec.json
blob6c03ca3567a6b238e9994b38694cfa9badb36395
2   "name": "ChatWidget",
3   "version": "2.0.0",
4   "summary": "CloudClass Widget",
5   "description": "CloudClass Chat Widget",
6   "module_name": "ChatWidget",
7   "homepage": "https://docs.agora.io/en/agora-class/landing-page?platform=iOS",
8   "license": {
9     "type": "Copyright",
10     "text": "Copyright 2020 agora.io. All rights reserved."
11   },
12   "authors": {
13     "Agora Lab": "developer@agora.io"
14   },
15   "source": {
16     "git": "git@github.com:AgoraIO-Community/apaas-extapp-ios.git",
17     "tag": "ChatWidget_v2.0.0"
18   },
19   "frameworks": "UIKit",
20   "libraries": "stdc++",
21   "platforms": {
22     "ios": "10.0"
23   },
24   "pod_target_xcconfig": {
25     "DEFINES_MODULE": "YES",
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386,arm64",
27     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
28   },
29   "dependencies": {
30     "Masonry": [
32     ],
33     "HyphenateChat": [
35     ],
36     "SDWebImage": [
38     ],
39     "WHToast": [
41     ],
42     "AgoraWidget": [
43       ">=2.0.1"
44     ]
45   },
46   "resources": [
47     "Widgets/ChatWidget/ChatWidget/ChatWidget.bundle",
48     "ChatWidget/ChatWidget.bundle"
49   ],
50   "source_files": [
51     "Widgets/ChatWidget/ChatWidget/**/*.{h,m,strings}",
52     "ChatWidget/**/*.{h,m,strings}"
53   ],
54   "public_header_files": [
55     "ChatWidget/Main/ChatWidget.h",
56     "Widgets/ChatWidget/ChatWidget/Main/ChatWidget.h"
57   ]