blob: 2b2437e27a16c5768b9ec0a2e80dd9672cf3f3cc [file] [log] [blame]
{
"name": "ReCaptcha_objc",
"version": "1.6.0",
"summary": "ReCaptcha for iOS",
"swift_versions": "5.0",
"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/irons163/ReCaptcha_objc",
"authors": "irons163",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/irons163/ReCaptcha_objc.git",
"tag": "1.6.0"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "ReCaptcha_objc/Classes/*",
"frameworks": "WebKit",
"resource_bundles": {
"ReCaptcha_objc": [
"ReCaptcha_objc/Assets/**/*"
]
}
}
],
"swift_version": "5.0"
}