blob: 1a14175cc3db8a17e9baebacd7d24a0fe30033ec [file] [log] [blame]
{
"name": "captcha-harvester-ios",
"version": "0.1.0",
"summary": "ReCaptcha harvester for iOS.",
"description": "captcha-harvester-ios is a reCaptcha harvester for iOS allowing you to harvest recaptcha tokens for a specific domain and sitekey. You can access these tokens and use them in your own project.",
"homepage": "https://github.com/kraj011/captcha-harvester-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Krajewski": "davidkrajewski@yahoo.com"
},
"source": {
"git": "https://github.com/kraj011/captcha-harvester-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "3.2",
"source_files": "captcha-harvester-ios/Classes/**/*",
"frameworks": "Webkit"
}