blob: a9c98b9de37778e9ea2d4e8f897174e1a623fb54 [file] [log] [blame]
{
"name": "NetworkX",
"version": "0.0.1",
"summary": "A Simple Networking Layer Built on URLSession",
"description": "\"A Simple Networking Layer Built on URLSession. Networking calls are made on a background thread and then completed back on the main thread to avoid UI crashes.\"",
"homepage": "https://github.com/awelch6/NetworkerX",
"license": "MIT",
"authors": {
"Austin Welch": "AustinWelch276@icloud.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/awelch6/NetworkerX.git",
"tag": "0.0.1"
},
"source_files": "Sources/**/*.swift"
}