[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / 4 / SwiftRestful / 0.0.4 / SwiftRestful.podspec.json
blobba00c2b6c2c639adf31a32789ecc961f975f9db5
2   "name": "SwiftRestful",
3   "version": "0.0.4",
4   "summary": "This library provides a framework for interact with Restful or other http endpoints.",
5   "swift_version": "4.0",
6   "description": "Swift Restful project provides some useful http access classes and tools, which hopefuly would make api calls easier. it also introduces a way to complete object serialization from/to json strings mostly behind the scene. the goal is for user to be able to call apis with their DTOs and receive DTOs in response automatically.",
7   "homepage": "https://github.com/Acidmanic/SwiftRestful",
8   "license": {
9     "type": "GPL",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Acidmanic": "acidmanic.moayedi@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Acidmanic/SwiftRestful.git",
17     "tag": "0.0.4"
18   },
19   "social_media_url": "https://about.me/moayedi",
20   "platforms": {
21     "ios": "9.3",
22     "osx": "10.12",
23     "watchos": "3.2",
24     "tvos": "10.2"
25   },
26   "source_files": "SwiftRestful/**/*",
27   "dependencies": {
28     "NamingConventions": [
30     ]
31   }