[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 3 / 1 / AUIKitCore / 1.1.0 / AUIKitCore.podspec.json
blob9c17e039be55619dbc32ee9cd3418db2570b87f5
2   "name": "AUIKitCore",
3   "version": "1.1.0",
4   "summary": "A short description of AUIKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/AgoraIO-Community/AUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Agora Labs": "developer@agora.io"
13   },
14   "source": {
15     "git": "https://github.com/AgoraIO-Community/AUIKit.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "xcconfig": {
22     "ENABLE_BITCODE": "NO"
23   },
24   "default_subspecs": "All",
25   "static_framework": true,
26   "swift_versions": "5.0",
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "subspecs": [
34     {
35       "name": "All",
36       "source_files": [
37         "iOS/AUIKitCore/Sources/**/*"
38       ],
39       "resources": [
40         "iOS/AUIKitCore/Resource/*.bundle"
41       ],
42       "frameworks": [
43         "UIKit",
44         "Foundation"
45       ],
46       "dependencies": {
47         "YYModel": [
49         ],
50         "SwiftyBeaver": [
51           "~>1.9.5"
52         ],
53         "SwiftTheme": [
55         ],
56         "SDWebImage": [
57           "~> 5.0.0"
58         ],
59         "MJRefresh": [
61         ],
62         "ScoreEffectUI": [
64         ],
65         "AgoraLyricsScore": [
67         ],
68         "AgoraRtm_iOS": [
69           "2.1.8"
70         ],
71         "AgoraRtcEngine_Special_iOS": [
72           "> 4.1.1.19",
73           "< 4.1.1.100"
74         ],
75         "Zip": [
77         ],
78         "Alamofire": [
80         ],
81         "Agora_Chat_iOS": [
83         ]
84       }
85     },
86     {
87       "name": "Service",
88       "source_files": [
89         "iOS/AUIKitCore/Sources/Service/**/*",
90         "iOS/AUIKitCore/Sources/Core/Utils/RtmHelper/*",
91         "iOS/AUIKitCore/Sources/Core/Utils/Log/*.swift",
92         "iOS/AUIKitCore/Sources/Core/Utils/Localized/*.swift",
93         "iOS/AUIKitCore/Sources/Core/Utils/Error/*.swift",
94         "iOS/AUIKitCore/Sources/Core/Utils/Context/*.swift",
95         "iOS/AUIKitCore/Sources/Core/Utils/Network/**/*",
96         "iOS/AUIKitCore/Sources/Core/FoundationExtension/*"
97       ],
98       "dependencies": {
99         "AgoraRtm_iOS": [
100           "2.1.8"
101         ],
102         "AgoraRtcEngine_Special_iOS": [
103           "> 4.1.1.19",
104           "< 4.1.1.100"
105         ],
106         "Zip": [
108         ],
109         "Alamofire": [
111         ],
112         "Agora_Chat_iOS": [
114         ],
115         "YYModel": [
117         ],
118         "SwiftyBeaver": [
119           "~>1.9.5"
120         ]
121       }
122     },
123     {
124       "name": "UI",
125       "source_files": [
126         "iOS/AUIKitCore/Sources/Widgets/**/*",
127         "iOS/AUIKitCore/Sources/Core/Utils/Extension/*.swift",
128         "iOS/AUIKitCore/Sources/Core/Utils/Theme/*.swift",
129         "iOS/AUIKitCore/Sources/Core/Utils/Log/*.swift",
130         "iOS/AUIKitCore/Sources/Core/Utils/Localized/*.swift",
131         "iOS/AUIKitCore/Sources/Core/UIConstans/*.swift",
132         "iOS/AUIKitCore/Sources/Core/FoundationExtension/*.swift",
133         "iOS/AUIKitCore/Sources/Components/**/*",
134         "iOS/AUIKitCore/Sources/Service/Extension/Model/*",
135         "iOS/AUIKitCore/Sources/Service/Model/AUIKitModel.swift",
136         "iOS/AUIKitCore/Sources/Service/Model/AUIKitModel+Coder.swift",
137         "iOS/AUIKitCore/Sources/Service/Model/AUIGiftEntity.swift",
138         "iOS/AUIKitCore/Sources/Service/Extension/Protocol/AUIUserCellUserDataProtocol.swift"
139       ],
140       "resources": [
141         "iOS/AUIKitCore/Resource/*.bundle"
142       ],
143       "frameworks": [
144         "UIKit",
145         "Foundation"
146       ],
147       "dependencies": {
148         "YYModel": [
150         ],
151         "SwiftyBeaver": [
152           "~>1.9.5"
153         ],
154         "SwiftTheme": [
156         ],
157         "SDWebImage": [
158           "~> 5.0.0"
159         ],
160         "MJRefresh": [
162         ],
163         "ScoreEffectUI": [
165         ],
166         "AgoraLyricsScore": [
168         ]
169       }
170     }
171   ],
172   "swift_version": "5.0"