[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / e / 9 / 6 / AgoraWidgets / 2.6.2 / AgoraWidgets.podspec.json
blob1b8ccffaec0c997804f1ece5987e100ec9024c81
2   "name": "AgoraWidgets",
3   "version": "2.6.2",
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.6.2"
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     "AgoraWidgets/WebView/**/*.{h,m,swift}"
40   ],
41   "dependencies": {
42     "AgoraUIBaseViews": [
43       ">=2.6.0"
44     ],
45     "AgoraWidget": [
46       ">=2.6.0"
47     ],
48     "AgoraLog": [
49       "1.0.2"
50     ],
51     "Armin": [
52       ">=1.1.0"
53     ],
54     "SwifterSwift": [
56     ],
57     "Masonry": [
59     ],
60     "FLAnimatedImage": [
62     ],
63     "Whiteboard": [
65     ],
66     "Agora_Chat_iOS": [
67       ">=1.0.6.1"
68     ],
69     "SDWebImage": [
70       "<=5.12.0"
71     ],
72     "WHToast": [
74     ]
75   },
76   "pod_target_xcconfig": {
77     "VALID_ARCHS": "arm64 armv7 x86_64"
78   },
79   "user_target_xcconfig": {
80     "VALID_ARCHS": "arm64 armv7 x86_64"
81   },
82   "xcconfig": {
83     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
84   },
85   "subspecs": [
86     {
87       "name": "Resources",
88       "resource_bundles": {
89         "AgoraWidgets": [
90           "AgoraWidgets/AgoraResources/**/*.{xcassets,strings,gif,mp3,js}"
91         ]
92       }
93     }
94   ],
95   "swift_version": "5.4"