blob: 8d40d90844f905f6e56a584e64b175b11c5a125e [file] [log] [blame]
{
"name": "Frisbee",
"version": "0.1.4",
"summary": "Another network wrapper for URLSession",
"description": "Built to make it easy to create tests for your application's network layer.",
"homepage": "https://github.com/ronanrodrigo/Frisbee",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ronan Rodrigo Nunes": "ronan.nunes@me.com"
},
"social_media_url": "https://twitter.com/ronanrodrigo_",
"platforms": {
"ios": "10.0",
"osx": "10.13"
},
"source": {
"git": "https://github.com/ronanrodrigo/Frisbee.git",
"tag": "0.1.4"
},
"source_files": "Sources/**/*.{swift}",
"exclude_files": "Tests"
}