blob: 7391c471a742faa1f38cc482e1efabf539c9a90c [file] [log] [blame]
{
"name": "ReCaptcha",
"version": "0.2.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.2.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"
]
},
"resource_bundles": {
"ReCaptcha": [
"ReCaptcha/Assets/**/*"
]
}
},
{
"name": "RxSwift",
"source_files": "ReCaptcha/Classes/Rx/**/*",
"dependencies": {
"ReCaptcha/Core": [
],
"RxSwift": [
"~> 3.0"
]
}
}
]
}