[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / 4 / 6 / AgoraUIKit_macOS / 1.8.2-rc.2 / AgoraUIKit_macOS.podspec.json
blob378397653ed4532b03395d84417e2347796214b2
2   "name": "AgoraUIKit_macOS",
3   "module_name": "AgoraUIKit",
4   "version": "1.8.2-rc.2",
5   "summary": "Agora video session AppKit template.",
6   "description": "Use this Pod to create a video AppKit view that can be easily added to your macOS application.",
7   "homepage": "https://github.com/AgoraIO-Community/iOS-UIKit",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Max Cobb": "max@agora.io"
14   },
15   "source": {
16     "git": "https://github.com/AgoraIO-Community/iOS-UIKit.git",
17     "tag": "1.8.2-rc.2"
18   },
19   "platforms": {
20     "osx": "10.15"
21   },
22   "swift_versions": [
23     "5.0"
24   ],
25   "static_framework": true,
26   "source_files": "Sources/Agora-UIKit/*",
27   "pod_target_xcconfig": {
28     "ONLY_ACTIVE_ARCH": "YES"
29   },
30   "dependencies": {
31     "AgoraRtcEngine_macOS/RtcBasic": [
32       "~> 3.7.0"
33     ]
34   },
35   "default_subspecs": "UIKitFull",
36   "subspecs": [
37     {
38       "name": "UIKitBasic"
39     },
40     {
41       "name": "UIKitFull",
42       "dependencies": {
43         "AgoraRtmControl_macOS": [
44           "1.8.2-rc.2"
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"