blob: 173bcad0669d873adef6fad670b9636e924cd8f3 [file] [log] [blame]
{
"name": "RestManagerSwift",
"version": "0.1.0",
"summary": "Seamless Api Calls in swift wih URLSessions.",
"description": "Network calls made simple using native URLSession Api, protocols and generics.",
"homepage": "https://gitlab.com/gopi_krishna453/restmanager-swift",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Gopi krishna": "gopikrishna1812@gmail.com"
},
"source": {
"git": "https://gitlab.com/gopi_krishna453/restmanager-swift.git",
"tag": "0.1.0"
},
"swift_versions": "4.0",
"platforms": {
"ios": "10.0"
},
"source_files": "*.swift",
"swift_version": "4.0"
}