[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 9 / 5 / ReCaptcha / 1.1 / ReCaptcha.podspec.json
blobf355a67529c2dab6aee9a4ebf1c4cc2e51f5d8d0
2   "name": "ReCaptcha",
3   "version": "1.1",
4   "summary": "ReCaptcha for iOS",
5   "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.",
6   "homepage": "https://github.com/fjcaetano/ReCaptcha",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Flávio Caetano": "flavio@vieiracaetano.com"
13   },
14   "source": {
15     "git": "https://github.com/fjcaetano/ReCaptcha.git",
16     "tag": "1.1"
17   },
18   "social_media_url": "https://twitter.com/flavio_caetano",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "ReCaptcha/Classes/*",
27       "frameworks": "WebKit",
28       "dependencies": {
29         "Result": [
30           "~> 3.0"
31         ]
32       },
33       "resource_bundles": {
34         "ReCaptcha": [
35           "ReCaptcha/Assets/**/*"
36         ]
37       }
38     },
39     {
40       "name": "RxSwift",
41       "source_files": "ReCaptcha/Classes/Rx/**/*",
42       "dependencies": {
43         "ReCaptcha/Core": [
45         ],
46         "RxSwift": [
47           "~> 4.0"
48         ]
49       }
50     }
51   ]