[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / e / 9 / 6 / AgoraWidgets / 2.1.2 / AgoraWidgets.podspec.json
blob4da0eaed621b4fb05e07f35e09aa250532bb4f40
2   "name": "AgoraWidgets",
3   "version": "2.1.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.1.2"
28   },
29   "source_files": [
30     "AgoraWidgets/Common/*.{h,m,swift}",
31     "AgoraWidgets/RenderSpread/**/*.{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   ],
37   "dependencies": {
38     "AgoraUIBaseViews": [
39       ">=2.1.0"
40     ],
41     "AgoraWidget": [
42       ">=2.1.0"
43     ],
44     "AgoraLog": [
45       "1.0.2"
46     ],
47     "Armin": [
48       ">=1.0.9"
49     ],
50     "SwifterSwift": [
52     ],
53     "Masonry": [
55     ],
56     "FLAnimatedImage": [
58     ],
59     "Whiteboard": [
61     ],
62     "HyphenateChat": [
63       "3.8.6"
64     ],
65     "SDWebImage": [
67     ],
68     "WHToast": [
70     ]
71   },
72   "pod_target_xcconfig": {
73     "VALID_ARCHS": "arm64 armv7 x86_64"
74   },
75   "user_target_xcconfig": {
76     "VALID_ARCHS": "arm64 armv7 x86_64"
77   },
78   "xcconfig": {
79     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
80   },
81   "subspecs": [
82     {
83       "name": "Resources",
84       "resource_bundles": {
85         "AgoraWidgets": [
86           "AgoraWidgets/AgoraResources/**/*.{xcassets,strings,gif,mp3}"
87         ]
88       }
89     }
90   ],
91   "swift_version": "5.4"