[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 9 / 9 / FRUI / 2.0.0-beta1 / FRUI.podspec.json
blob6e19196efe0b8be58cde94d557c9d86b008b174a
2   "name": "FRUI",
3   "version": "2.0.0-beta1",
4   "summary": "ForgeRock Auth Proximity SDK for iOS",
5   "description": "FRUI is a SDK that allows you easily and quickly develop an application with ForgeRock Platform or ForgeRock Identity Cloud, and FRAuth SDK with pre-built UI components. FRUI SDK demonstrates most of functionalities available in FRAuth SDK which includes user authentication, registration, and identity and access management against ForgeRock solutions.",
6   "homepage": "https://www.forgerock.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "ForgeRock",
12   "source": {
13     "git": "https://github.com/ForgeRock/forgerock-ios-sdk.git",
14     "tag": "FRUI-2.0.0-beta1"
15   },
16   "module_name": "FRUI",
17   "swift_versions": [
18     "5.0",
19     "5.1"
20   ],
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": [
25     "FRUI/FRUI/**/*.swift",
26     "FRUI/FRUI/**/*.c",
27     "FRUI/FRUI/**/*.h"
28   ],
29   "resources": [
30     "FRUI/FRUI/**/*.{xib, png, xcassets}",
31     "FRUI/FRUI/Assets/*.{png, xcassets}"
32   ],
33   "ios": {
34     "dependencies": {
35       "FRAuth": [
36         "~> 2.0.0-beta1"
37       ]
38     }
39   },
40   "swift_version": "5.1"