[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 9 / 5 / ReCaptcha / 1.3.1 / ReCaptcha.podspec.json
blob980cf3e6f7cc07cfe1a713b1b918b0f06191206c
2   "name": "ReCaptcha",
3   "version": "1.3.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.3.1"
17   },
18   "social_media_url": "https://twitter.com/flavio_caetano",
19   "documentation_url": "http://fjcaetano.github.io/ReCaptcha",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "ReCaptcha/Classes/*",
28       "frameworks": "WebKit",
29       "resource_bundles": {
30         "ReCaptcha": [
31           "ReCaptcha/Assets/**/*"
32         ]
33       }
34     },
35     {
36       "name": "RxSwift",
37       "source_files": "ReCaptcha/Classes/Rx/**/*",
38       "dependencies": {
39         "ReCaptcha/Core": [
41         ],
42         "RxSwift": [
43           "~> 4.0"
44         ]
45       }
46     }
47   ]