[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / e / a / DeathByCaptcha-ObjC / 1.0.0 / DeathByCaptcha-ObjC.podspec.json
blobed099ff33a1b254144e983e4f8a72a6ab579d95d
2   "name": "DeathByCaptcha-ObjC",
3   "version": "1.0.0",
4   "summary": "An API wrapper for DeathByCaptcha written in obj-c.",
5   "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.",
6   "homepage": "https://github.com/freemanrepo/DeathByCaptcha-ObjC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Majd Alfhaily": "majd@alfhaily.me"
13   },
14   "source": {
15     "git": "https://github.com/freemanrepo/DeathByCaptcha-ObjC.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/freemanrepo",
19   "source_files": "DeathByCaptcha-ObjC.{h,m}",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "7.0",
23     "osx": "10.7"
24   },
25   "frameworks": "Foundation",
26   "dependencies": {
27     "STHTTPRequest": [
29     ]
30   }