blob: c201ceedba3be7dd419c563ef272a1f0e7ce5450 [file] [log] [blame]
{
"name": "HTTPLayer",
"version": "0.0.8",
"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": "10.0"
},
"source": {
"git": "https://github.com/arcadekenan/HTTPLayer.git",
"tag": "0.0.8"
},
"source_files": [
"HTTPLayer",
"HTTPLayer/**/*.swift"
],
"exclude_files": "Classes/Exclude"
}