blob: 8254617c50d24ff5be0ecaf1557eebe6c00024ba [file] [log] [blame]
{
"name": "GenericAPIClient",
"version": "1.0.0",
"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",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Zhendryk/GenericAPIClient.git",
"tag": "1.0.0"
},
"source_files": [
"GenericAPIClient",
"GenericAPIClient/**/*.{h,m, .swift}"
],
"exclude_files": "Example/ExampleEndpoint.swift",
"swift_version": "4.2"
}