blob: 3980cba5334ad97781d6c09808da28cbcc2fdb72 [file] [log] [blame]
{
"name": "SimpleWebRequests",
"version": "4.0.0",
"summary": "iOS web requests made simple.",
"description": "This library lets you easily add a web layer to your project and even add mock or local data requests for easy testing without access to the server.",
"homepage": "https://github.com/fahlout/SimpleWebRequests",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Niklas Fahl": "niklas.fahl@icloud.com"
},
"source": {
"git": "https://github.com/fahlout/SimpleWebRequests.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "4.0"
}