[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / 6 / AgoraWidgets / 2.0.0 / AgoraWidgets.podspec.json
blobf52e4bb7afcb6a3f8b5626ce9d9a9822ae15c9e5
2   "name": "AgoraWidgets",
3   "version": "2.0.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   "source": {
15     "git": "git@github.com:AgoraIO-Community/apaas-extapp-ios.git",
16     "tag": "AgoraWidgets_v2.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "module_name": "AgoraWidgets",
22   "xcconfig": {
23     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
24   },
25   "swift_versions": [
26     "5.0",
27     "5.1",
28     "5.2",
29     "5.3",
30     "5.4"
31   ],
32   "pod_target_xcconfig": {
33     "VALID_ARCHS": "arm64 armv7 x86_64"
34   },
35   "user_target_xcconfig": {
36     "VALID_ARCHS": "arm64 armv7 x86_64"
37   },
38   "source_files": [
39     "Widgets/AgoraWidgets/**/*.{h,m,swift}",
40     "Common/*.{h,m,swift}",
41     "RenderSpread/*.{h,m,swift}",
42     "Cloud/**/*.{h,m,swift}",
43     "Whiteboard/**/*.{h,m,swift}",
44     "RtmIM/**/*.{h,m,swift}"
45   ],
46   "dependencies": {
47     "SwifterSwift": [
49     ],
50     "Masonry": [
52     ],
53     "Whiteboard": [
55     ],
56     "AgoraLog": [
58     ],
59     "Armin": [
60       ">=1.0.9"
61     ],
62     "AgoraUIEduBaseViews": [
63       ">=2.0.0"
64     ],
65     "AgoraUIBaseViews": [
66       ">=2.0.0"
67     ],
68     "AgoraWidget": [
69       ">=2.0.1"
70     ]
71   },
72   "subspecs": [
73     {
74       "name": "Resources",
75       "resource_bundles": {
76         "AgoraWidgets": [
77           "AgoraResources/*/*.{strings}",
78           "*.xcassets",
79           "Widgets/AgoraWidgets/AgoraResources/*/*.{strings}",
80           "Widgets/AgoraWidgets/*.xcassets"
81         ]
82       }
83     }
84   ],
85   "swift_version": "5.4"