[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 9 / 5 / ReCaptcha / 1.5.0 / ReCaptcha.podspec.json
blobda8c82cf17cffc6e69e11a04e8e036b3617292b3
2   "name": "ReCaptcha",
3   "version": "1.5.0",
4   "summary": "ReCaptcha for iOS",
5   "swift_versions": "5.0",
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.5.0"
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   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "ReCaptcha/Classes/*",
30       "frameworks": "WebKit",
31       "resource_bundles": {
32         "ReCaptcha": [
33           "ReCaptcha/Assets/**/*"
34         ]
35       }
36     },
37     {
38       "name": "RxSwift",
39       "source_files": "ReCaptcha/Classes/Rx/**/*",
40       "dependencies": {
41         "ReCaptcha/Core": [
43         ],
44         "RxSwift": [
45           "~> 5.0"
46         ]
47       }
48     }
49   ]