blob: 876a6279edeade737bb33760049b69dd44f2c7bd [file] [log] [blame]
{
"name": "ReCaptcha",
"version": "1.2",
"summary": "ReCaptcha for iOS",
"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.",
"homepage": "https://github.com/fjcaetano/ReCaptcha",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Flávio Caetano": "flavio@vieiracaetano.com"
},
"source": {
"git": "https://github.com/fjcaetano/ReCaptcha.git",
"tag": "1.2"
},
"social_media_url": "https://twitter.com/flavio_caetano",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "ReCaptcha/Classes/*",
"frameworks": "WebKit",
"resource_bundles": {
"ReCaptcha": [
"ReCaptcha/Assets/**/*"
]
}
},
{
"name": "RxSwift",
"source_files": "ReCaptcha/Classes/Rx/**/*",
"dependencies": {
"ReCaptcha/Core": [
],
"RxSwift": [
"~> 4.0"
]
}
}
]
}