[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / 4 / 0 / 7 / QwikHttp / 1.7.11.1 / QwikHttp.podspec.json
blobaaa7a97109bac5442855c3645c3f4a2b6a9a24c4
2   "name": "QwikHttp",
3   "version": "1.7.11.1",
4   "summary": "QwikHTTP is a simple, super powerful Http Networking library.",
5   "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.",
6   "homepage": "https://github.com/logansease/QwikHttp",
7   "license": "MIT",
8   "authors": {
9     "Logan Sease": "lsease@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/logansease/QwikHttp.git",
13     "tag": "1.7.11.1"
14   },
15   "social_media_url": "https://twitter.com/logansease",
16   "platforms": {
17     "tvos": "9.0",
18     "ios": "8.0",
19     "osx": "10.9",
20     "watchos": "2.0"
21   },
22   "requires_arc": true,
23   "source_files": "QwikHttp/Classes/**/*",
24   "dependencies": {
25     "QwikJson": [
27     ]
28   }