35 lines
733 B
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"
|
|
]
|
|
}
|
|
}
|