blob: 3c871bd6920dc9e06146fa659de78b65d2e82f55 [file] [log] [blame]
{
"name": "LJNetworkLayer",
"version": "1.0.0",
"summary": "A generic network layer in iOS with Swift 5 using protocol programming",
"description": "This is an easy setup for networking in iOS without any third party framework. Helps you make GET, POST, DELETE, PUT, etc calls and decode the JSON response to required model type without too much of boilerplate code.",
"homepage": "https://github.com/lintocj/LJNetworkLayer",
"license": "MIT",
"authors": {
"Linto Jacob": "lintojacob2009@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/lintocj/LJNetworkLayer.git",
"tag": "1.0.0"
},
"source_files": "LJNetworkLayer/**/*.swift",
"swift_versions": "5.0",
"frameworks": "UIKit",
"swift_version": "5.0"
}