[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 3 / 9 / 5 / ReCaptcha / 0.3.0 / ReCaptcha.podspec.json
blob1fe1e39f874588a297c41df6b21db7f62a7a1ba2
2   "name": "ReCaptcha",
3   "version": "0.3.0",
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": "0.3.0"
17   },
18   "social_media_url": "https://twitter.com/flavio_caetano",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "ReCaptcha/Classes/*",
28       "frameworks": "WebKit",
29       "dependencies": {
30         "Result": [
31           "~> 3.0"
32         ]
33       },
34       "resource_bundles": {
35         "ReCaptcha": [
36           "ReCaptcha/Assets/**/*"
37         ]
38       }
39     },
40     {
41       "name": "RxSwift",
42       "source_files": "ReCaptcha/Classes/Rx/**/*",
43       "dependencies": {
44         "ReCaptcha/Core": [
46         ],
47         "RxSwift": [
48           "~> 3.0"
49         ]
50       }
51     }
52   ]