blob: 10055907825761853cf8b4f9e23d69b43f5bb739 [file] [log] [blame]
{
"name": "ReCaptcha",
"version": "0.1.0",
"summary": "ReCaptcha for iOS",
"description": "Add Google invisible ReCaptcha to your app",
"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": "0.1.0"
},
"social_media_url": "https://twitter.com/flavio_caetano",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "ReCaptcha/Classes/*",
"frameworks": "WebKit",
"dependencies": {
"Result": [
"~> 3.0"
]
}
},
{
"name": "RxSwift",
"source_files": "ReCaptcha/Classes/Rx/**/*",
"dependencies": {
"ReCaptcha/Core": [
],
"RxSwift": [
"~> 3.0"
]
}
}
]
}