[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 0 / 1 / b / HCaptcha / 2.3.3 / HCaptcha.podspec.json
blob741036b5868fb10965ad58b6edeb37ba6b079286
2   "name": "HCaptcha",
3   "version": "2.3.3",
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.3.3"
18   },
19   "social_media_url": "https://twitter.com/hCaptcha",
20   "documentation_url": "https://github.com/hCaptcha/HCaptcha-ios-sdk",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "HCaptcha/Classes/*",
29       "frameworks": [
30         "WebKit",
31         "JavaScriptCore"
32       ]
33     },
34     {
35       "name": "RxSwift",
36       "source_files": "HCaptcha/Classes/Rx/**/*",
37       "dependencies": {
38         "HCaptcha/Core": [
40         ],
41         "RxSwift": [
42           "~> 6.2.0"
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.0"