[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 7 / 9 / AgoraUIKit_iOS / 1.8.0-rc.1 / AgoraUIKit_iOS.podspec.json
blobbabda29cbdfd4d9f3a419db50fcebc77fba252b1
2   "name": "AgoraUIKit_iOS",
3   "module_name": "AgoraUIKit",
4   "version": "1.8.0-rc.1",
5   "summary": "Agora video session UIKit template.",
6   "description": "Use this Pod to create a video UIKit view that can be easily added to your iOS 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.0-rc.1"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": [
23     "5.0"
24   ],
25   "static_framework": true,
26   "source_files": "Sources/Agora-UIKit/*",
27   "dependencies": {
28     "AgoraRtcEngine_iOS/RtcBasic": [
29       "~> 3.6.2"
30     ]
31   },
32   "default_subspecs": "UIKitFull",
33   "subspecs": [
34     {
35       "name": "UIKitBasic"
36     },
37     {
38       "name": "UIKitFull",
39       "dependencies": {
40         "AgoraRtmControl_iOS": [
41           "1.8.0-rc.1"
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"