[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / 6 / AgoraWidgets / 2.4.0 / AgoraWidgets.podspec.json
blobc720d5a08a3c2215baa90858306a270e39c0bcff
2   "name": "AgoraWidgets",
3   "version": "2.4.0",
4   "summary": "Agora widgets",
5   "description": "Agora native widgets",
6   "homepage": "https://docs.agora.io/en/agora-class/landing-page?platform=iOS",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2020 agora.io. All rights reserved."
10   },
11   "authors": {
12     "Agora Lab": "developer@agora.io"
13   },
14   "module_name": "AgoraWidgets",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_versions": [
19     "5.0",
20     "5.1",
21     "5.2",
22     "5.3",
23     "5.4"
24   ],
25   "source": {
26     "git": "git@github.com:AgoraIO-Community/apaas-extapp-ios.git",
27     "tag": "AgoraWidgets_v2.4.0"
28   },
29   "source_files": [
30     "AgoraWidgets/Common/*.{h,m,swift}",
31     "AgoraWidgets/StreamWindow/**/*.{h,m,swift}",
32     "AgoraWidgets/Cloud/**/*.{h,m,swift}",
33     "AgoraWidgets/Whiteboard/**/*.{h,m,swift}",
34     "AgoraWidgets/ChatWidget/**/*.{h,m,swift}",
35     "AgoraWidgets/RtmIM/**/*.{h,m,swift}",
36     "AgoraWidgets/Poll/**/*.{h,m,swift}",
37     "AgoraWidgets/PopupQuiz/**/*.{h,m,swift}",
38     "AgoraWidgets/CountdownTimer/**/*.{h,m,swift}"
39   ],
40   "dependencies": {
41     "AgoraUIBaseViews": [
42       ">=2.3.0"
43     ],
44     "AgoraWidget": [
45       ">=2.4.0"
46     ],
47     "AgoraLog": [
48       "1.0.2"
49     ],
50     "Armin": [
51       ">=1.0.10"
52     ],
53     "SwifterSwift": [
55     ],
56     "Masonry": [
58     ],
59     "FLAnimatedImage": [
61     ],
62     "Whiteboard": [
64     ],
65     "HyphenateChat": [
66       "3.8.6"
67     ],
68     "SDWebImage": [
70     ],
71     "WHToast": [
73     ]
74   },
75   "pod_target_xcconfig": {
76     "VALID_ARCHS": "arm64 armv7 x86_64"
77   },
78   "user_target_xcconfig": {
79     "VALID_ARCHS": "arm64 armv7 x86_64"
80   },
81   "xcconfig": {
82     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
83   },
84   "subspecs": [
85     {
86       "name": "Resources",
87       "resource_bundles": {
88         "AgoraWidgets": [
89           "AgoraWidgets/AgoraResources/**/*.{xcassets,strings,gif,mp3}"
90         ]
91       }
92     }
93   ],
94   "swift_version": "5.4"