[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / 6 / AgoraWidgets / 2.7.0 / AgoraWidgets.podspec.json
blob73af4731ee703c982cae55b6b0383c6abfe7d24a
2   "name": "AgoraWidgets",
3   "version": "2.7.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.7.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     "AgoraWidgets/WebView/**/*.{h,m,swift}",
40     "AgoraWidgets/AgoraChat/**/*.{h,m,swift}"
41   ],
42   "dependencies": {
43     "AgoraUIBaseViews": [
44       ">=2.7.0"
45     ],
46     "AgoraWidget": [
47       ">=2.6.0"
48     ],
49     "AgoraLog": [
50       "1.0.2"
51     ],
52     "Armin": [
53       ">=1.1.0"
54     ],
55     "SwifterSwift": [
57     ],
58     "Masonry": [
60     ],
61     "Whiteboard": [
63     ],
64     "Agora_Chat_iOS": [
65       ">=1.0.6"
66     ],
67     "SDWebImage": [
68       "<=5.12.0"
69     ]
70   },
71   "pod_target_xcconfig": {
72     "VALID_ARCHS": "arm64 armv7 x86_64"
73   },
74   "user_target_xcconfig": {
75     "VALID_ARCHS": "arm64 armv7 x86_64"
76   },
77   "xcconfig": {
78     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
79   },
80   "subspecs": [
81     {
82       "name": "Resources",
83       "resource_bundles": {
84         "AgoraWidgets": [
85           "AgoraWidgets/AgoraResources/**/*.{xcassets,strings,gif,mp3,js}"
86         ]
87       }
88     }
89   ],
90   "swift_version": "5.4"