[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 0 / 1 / b / HCaptcha / 2.2.0 / HCaptcha.podspec.json
blob99add255688abda31a56df9780bdcda828a65275
2   "name": "HCaptcha",
3   "version": "2.2.0",
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.2.0"
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       "resource_bundles": {
34         "HCaptcha": [
35           "HCaptcha/Assets/**/*"
36         ]
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"