[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / e / 2 / RESTAPI / 0.3.4 / RESTAPI.podspec.json
blobb4a0d507c26a8799c915a8411cc2ab7b13a13560
2   "name": "RESTAPI",
3   "version": "0.3.4",
4   "summary": "Lightweight REST API communicator written in Swift, based on Foundation.",
5   "description": "Lightweight REST API communicator written in Swift, based on Foundation. An easy tool to communicate with your server's API in JSON format. Supports querys and valid JSON objects in the HTTP body. The framework supports GET, POST, PUT and DELETE requests for now.",
6   "homepage": "https://github.com/MaeseppTarvo/TestPod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tarvo": "tarvomaesepp@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/MaeseppTarvo/TestPod.git",
16     "tag": "0.3.4"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "RESTAPI/*.swift",
22   "dependencies": {
23     "SwiftyJSON": [
25     ]
26   },
27   "pushed_with_swift_version": "3.0"