blob: ed099ff33a1b254144e983e4f8a72a6ab579d95d [file] [log] [blame]
{
"name": "DeathByCaptcha-ObjC",
"version": "1.0.0",
"summary": "An API wrapper for DeathByCaptcha written in obj-c.",
"description": "This is an API wrapper built in Objective-C specifically for DeathByCaptcha. It requires a DeathByCaptcha account and enough balance to solve captchas. More info available on deathbycaptcha.com.",
"homepage": "https://github.com/freemanrepo/DeathByCaptcha-ObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Majd Alfhaily": "majd@alfhaily.me"
},
"source": {
"git": "https://github.com/freemanrepo/DeathByCaptcha-ObjC.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/freemanrepo",
"source_files": "DeathByCaptcha-ObjC.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"frameworks": "Foundation",
"dependencies": {
"STHTTPRequest": [
]
}
}