blob: d5edbe1e07998002e5fcf49c5c719c924124efc6 [file] [log] [blame]
{
"name": "MRestClient",
"version": "0.1.0",
"summary": "MRestClient is the HTTP client implementation library written in swift",
"description": "\"MRestClient is the HTTP client implementation library written in swift, It is small , light weight & simple to use library for HTTP communication .The goal of this library is to reduce the effort to call REST-API with swift codable object. This is the generic implementation of swift object for request & response body so you can directly interact with codable object without worrying JSON conversion\"",
"homepage": "https://github.com/afsaredrisy/MRestClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"afsaredrisy": "afsaredrisz@icloud.com"
},
"source": {
"git": "https://github.com/afsaredrisy/MRestClient.git",
"tag": "0.1.0"
},
"social_media_url": "https://github.com/afsaredrisy",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "Source/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}