[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 0 / 7 / QwikHttp / 1.3.1 / QwikHttp.podspec.json
blob6b5df13659b4484b37fe69f69a73fa912025945b
2   "name": "QwikHttp",
3   "version": "1.3.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,\n   easy, and clean. Qwik Http allows you to send http requests and get its results back in a single line of code\n   It 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/qonceptual/QwikHttp",
7   "license": "MIT",
8   "authors": {
9     "Logan Sease": "logansease@qonceptual.com"
10   },
11   "source": {
12     "git": "https://github.com/qonceptual/QwikHttp.git",
13     "tag": "1.3.1"
14   },
15   "social_media_url": "https://twitter.com/logansease",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "QwikHttp": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "QwikJson": [
29     ],
30     "SwiftSpinner": [
32     ]
33   }