blob: f95e6c0de0e6f4377db113992e49ff23026c550d [file] [log] [blame]
{
"name": "Just",
"version": "0.6.0",
"summary": "Swift HTTP for Humans",
"description": "Just is a HTTP library with an elegant interface inspired by (python-request)[http://python-request.org]\n\nFeatures includes:\n\n- URL queries\n- custom headers\n- form (x-www-form-encoded) / JSON HTTP body\n- redirect control\n- multpart file upload along with form values.\n- basic/digest authentication\n- cookies\n- timeouts\n- synchrounous / asyncrounous requests\n- upload / download progress tracking for asynchronous requests\n- link headers\n- friendly accessible results",
"homepage": "http://justhttp.net",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Daniel Duan": "daniel@duan.org"
},
"social_media_url": "https://twitter.com/JustHTTP",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "10.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/JustHTTP/Just.git",
"tag": "0.6.0"
},
"source_files": [
"Just",
"Sources/**/*.{swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}