[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / 4 / 1 / FRProximity / 4.5.0 / FRProximity.podspec.json
blob55fc6644a90e9289f07f79c9bc1757a1ac06af44
2   "name": "FRProximity",
3   "version": "4.5.0",
4   "summary": "ForgeRock Auth Proximity SDK for iOS",
5   "description": "FRProximity is a SDK that allows you to additionally collect device information with FRDeviceCollector in FRAuth. FRProximity SDK leverages functionalities in iOS that requires user's consent. You must properly set privacy consent in the application's Info.plist.",
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": "4.5.0"
15   },
16   "module_name": "FRProximity",
17   "swift_versions": [
18     "5.0",
19     "5.1"
20   ],
21   "platforms": {
22     "ios": "12.0"
23   },
24   "source_files": [
25     "FRProximity/FRProximity/**/*.swift",
26     "FRProximity/FRProximity/**/*.c",
27     "FRProximity/FRProximity/**/*.h"
28   ],
29   "resource_bundles": {
30     "FRProximity": [
31       "FRProximity/FRProximity/*.xcprivacy"
32     ]
33   },
34   "ios": {
35     "dependencies": {
36       "FRAuth": [
37         "~> 4.5.0"
38       ]
39     }
40   },
41   "swift_version": "5.1"