blob: ba00c2b6c2c639adf31a32789ecc961f975f9db5 [file] [log] [blame]
{
"name": "SwiftRestful",
"version": "0.0.4",
"summary": "This library provides a framework for interact with Restful or other http endpoints.",
"swift_version": "4.0",
"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.",
"homepage": "https://github.com/Acidmanic/SwiftRestful",
"license": {
"type": "GPL",
"file": "LICENSE"
},
"authors": {
"Acidmanic": "acidmanic.moayedi@gmail.com"
},
"source": {
"git": "https://github.com/Acidmanic/SwiftRestful.git",
"tag": "0.0.4"
},
"social_media_url": "https://about.me/moayedi",
"platforms": {
"ios": "9.3",
"osx": "10.12",
"watchos": "3.2",
"tvos": "10.2"
},
"source_files": "SwiftRestful/**/*",
"dependencies": {
"NamingConventions": [
]
}
}