[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 9 / 5 / ReCaptcha / 1.4 / ReCaptcha.podspec.json
blobac93e6e9455d8043eb2191b9c68dfb851d9babb2
2   "name": "ReCaptcha",
3   "version": "1.4",
4   "summary": "ReCaptcha for iOS",
5   "swift_version": "4.2",
6   "description": "Add Google's [Invisible ReCaptcha](https://developers.google.com/recaptcha/docs/invisible) to your project. This library\nautomatically handles ReCaptcha's events and retrieves the validation token or notifies you to present the challenge if\ninvisibility is not possible.",
7   "homepage": "https://github.com/fjcaetano/ReCaptcha",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Flávio Caetano": "flavio@vieiracaetano.com"
14   },
15   "source": {
16     "git": "https://github.com/fjcaetano/ReCaptcha.git",
17     "tag": "1.4"
18   },
19   "social_media_url": "https://twitter.com/flavio_caetano",
20   "documentation_url": "http://fjcaetano.github.io/ReCaptcha",
21   "platforms": {
22     "ios": "8.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "ReCaptcha/Classes/*",
29       "frameworks": "WebKit",
30       "resource_bundles": {
31         "ReCaptcha": [
32           "ReCaptcha/Assets/**/*"
33         ]
34       }
35     },
36     {
37       "name": "RxSwift",
38       "source_files": "ReCaptcha/Classes/Rx/**/*",
39       "dependencies": {
40         "ReCaptcha/Core": [
42         ],
43         "RxSwift": [
44           "~> 4.3.1"
45         ]
46       }
47     }
48   ]