[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 9 / 5 / ReCaptcha / 1.2 / ReCaptcha.podspec.json
blob876a6279edeade737bb33760049b69dd44f2c7bd
2   "name": "ReCaptcha",
3   "version": "1.2",
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.2"
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       "resource_bundles": {
29         "ReCaptcha": [
30           "ReCaptcha/Assets/**/*"
31         ]
32       }
33     },
34     {
35       "name": "RxSwift",
36       "source_files": "ReCaptcha/Classes/Rx/**/*",
37       "dependencies": {
38         "ReCaptcha/Core": [
40         ],
41         "RxSwift": [
42           "~> 4.0"
43         ]
44       }
45     }
46   ]