blob: a5e6b5f83a261f021bcaec6f693cfb04b29a6ae9 [file] [log] [blame]
{
"name": "QwikHttp",
"version": "1.11.2",
"summary": "QwikHTTP is a simple, super powerful Http Networking library.",
"description": "QwikHttp is based around that making HTTP networking calls to your Rest APIs should be quick,\neasy, and clean. Qwik Http allows you to send http requests and get its results back in a single line of code\nIt is super, light weight- but very dynamic. It uses an inline builder style syntax to keep your code super clean.\n\nIt is written in swift and uses the most recent ios networking api, NSURLSession.",
"homepage": "https://github.com/logansease/QwikHttp",
"license": "MIT",
"authors": {
"Logan Sease": "lsease@gmail.com"
},
"source": {
"git": "https://github.com/logansease/QwikHttp.git",
"tag": "1.11.2"
},
"social_media_url": "https://twitter.com/logansease",
"swift_versions": "5.0",
"platforms": {
"tvos": "9.0",
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "QwikHttp/Classes/**/*",
"dependencies": {
"QwikJson": [
]
},
"swift_version": "5.0"
}