[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 1 / b / HCaptcha / 2.9.2 / HCaptcha.podspec.json
blob0622ea39c12aac99d8789ea8529495a1d314e136
2   "name": "HCaptcha",
3   "version": "2.9.2",
4   "summary": "HCaptcha for iOS",
5   "swift_versions": "5.0",
6   "description": "Add [hCaptcha](https://hcaptcha.com) to your project. This library\nautomatically handles HCaptcha's events and retrieves the validation token or notifies you to present the challenge if\ninvisibility is not possible.",
7   "homepage": "https://github.com/hCaptcha/HCaptcha-ios-sdk",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "hCaptcha Team": "support@hcaptcha.com"
14   },
15   "source": {
16     "git": "https://github.com/hCaptcha/HCaptcha-ios-sdk.git",
17     "tag": "2.9.2"
18   },
19   "social_media_url": "https://twitter.com/hCaptcha",
20   "documentation_url": "https://github.com/hCaptcha/HCaptcha-ios-sdk",
21   "platforms": {
22     "ios": "12.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "HCaptcha/Classes/*",
29       "resource_bundles": {
30         "HCaptcha_Privacy": [
31           "HCaptcha/Resources/PrivacyInfo.xcprivacy"
32         ]
33       },
34       "frameworks": [
35         "WebKit",
36         "JavaScriptCore"
37       ]
38     },
39     {
40       "name": "RxSwift",
41       "source_files": "HCaptcha/Classes/Rx/**/*",
42       "dependencies": {
43         "HCaptcha/Core": [
45         ],
46         "RxSwift": [
47           "~> 6.2.0"
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.0"