ReCaptcha/Example/Pods/Local Podspecs/ReCaptcha.podspec.json

35 lines
733 B
JSON

{
"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": {
"fjcaetano": "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"
},
"source_files": "ReCaptcha/Classes/**/*",
"resource_bundles": {
"ReCaptcha": [
"ReCaptcha/Assets/*"
]
},
"frameworks": "WebKit",
"dependencies": {
"Result": [
"~> 3.0"
]
}
}