[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 1 / e / 2 / RESTAPI / 0.3.7 / RESTAPI.podspec.json
blobbc2803a96c1ecf46035c249af3d22ac2e2b7a0be
2   "name": "RESTAPI",
3   "version": "0.3.7",
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/RESTAPI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tarvo Mäesepp": "tarvomaesepp@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/MaeseppTarvo/RESTAPI.git",
16     "tag": "0.3.7"
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"