[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 0 / 1 / b / HCaptcha / 1.5.3 / HCaptcha.podspec.json
blobc6838edacd90a6c4ceebdaa987aaa1c8badc74d0
2   "name": "HCaptcha",
3   "version": "1.5.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": "1.5.3"
18   },
19   "social_media_url": "https://twitter.com/hCaptcha",
20   "documentation_url": "https://github.com/hCaptcha/HCaptcha-ios-sdk",
21   "platforms": {
22     "ios": "8.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "HCaptcha/Classes/*",
29       "frameworks": "WebKit",
30       "resource_bundles": {
31         "HCaptcha": [
32           "HCaptcha/Assets/**/*"
33         ]
34       }
35     },
36     {
37       "name": "RxSwift",
38       "source_files": "HCaptcha/Classes/Rx/**/*",
39       "dependencies": {
40         "HCaptcha/Core": [
42         ],
43         "RxSwift": [
44           "~> 5.0"
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"