[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / f / 4 / FRCaptchaEnterprise / 4.6.0 / FRCaptchaEnterprise.podspec.json
blobfb19ac74284f54337400c5dbc07b943ec8eec4fc
2   "name": "FRCaptchaEnterprise",
3   "version": "4.6.0",
4   "summary": "ForgeRock Captcha Enterprise SDK for iOS",
5   "description": "FRCaptchaEnterprise is a SDK that adds support for the Captcha Enterprise feature. FRCaptchaEnterprise depends on RecaptchaEnterprise.",
6   "homepage": "https://www.forgerock.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "ForgeRock",
12   "static_framework": true,
13   "source": {
14     "git": "https://github.com/ForgeRock/forgerock-ios-sdk.git",
15     "tag": "4.6.0"
16   },
17   "module_name": "FRCaptchaEnterprise",
18   "swift_versions": [
19     "5.0",
20     "5.1"
21   ],
22   "platforms": {
23     "ios": "12.0"
24   },
25   "source_files": [
26     "FRCaptchaEnterprise/FRCaptchaEnterprise/**/*.swift",
27     "FRCaptchaEnterprise/FRCaptchaEnterprise/**/*.c",
28     "FRCaptchaEnterprise/FRCaptchaEnterprise/**/*.h"
29   ],
30   "resource_bundles": {
31     "FRCaptchaEnterprise": [
32       "FRCaptchaEnterprise/FRCaptchaEnterprise/*.xcprivacy"
33     ]
34   },
35   "ios": {
36     "dependencies": {
37       "FRAuth": [
38         "~> 4.6.0"
39       ],
40       "RecaptchaEnterprise": [
41         "~> 18.6.0"
42       ]
43     }
44   },
45   "swift_version": "5.1"