blob: 8775c201a37800b53662ff6178ee5da329245a5d [file] [log] [blame]
{
"name": "GenericAPIClient",
"version": "1.0.1",
"summary": "Generic web requesting class.",
"description": "Generic API class to fetch generic json data from API endpoints.",
"homepage": "https://github.com/Zhendryk/GenericAPIClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhendryk": "jonathan.bailey@comcast.net"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Zhendryk/GenericAPIClient.git",
"tag": "1.0.1"
},
"source_files": [
"GenericAPIClient",
"GenericAPIClient/**/*.{h,m, .swift}"
],
"exclude_files": "Example/ExampleEndpoint.swift",
"swift_version": "4.2"
}