[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 2 / 7 / 9 / AgoraUIKit_iOS / 1.8.0 / AgoraUIKit_iOS.podspec.json
blob1bd1bafa69076825a707e13ccbe9fbb065aaa3bd
2   "name": "AgoraUIKit_iOS",
3   "module_name": "AgoraUIKit",
4   "version": "1.8.0",
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"
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.7.0"
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"
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"