blob: 0a5a4ed4dce2d611b547bb24dc367d9c9fef9069 [file] [log] [blame]
{
"name": "HTTPLayer",
"version": "0.0.3",
"summary": "Straight to the Point HTTP Networking for JSON Services in Swift",
"swift_versions": "5.0",
"description": "A framework intending to abstract URLSessions and HTTP Requests to help avoid repeting code and lenghty methods.\nIt is a framework intended for Swift 5 only and implemented using generics so its possible to receive any type of response as long as it conforms to Codable.\nAll responses once successfully parsed are wrapped on the Swift's 5 Result object.",
"homepage": "https://github.com/arcadekenan/HTTPLayer",
"license": "MIT",
"authors": {
"Davi Bispo": "davibispo568@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/arcadekenan/HTTPLayer.git",
"tag": "0.0.3"
},
"source_files": [
"HTTPLayer",
"HTTPLayer/**/*.swift"
],
"exclude_files": "Classes/Exclude"
}