blob: 4a5cf3f4422677bc5a98cb0938b124eca1a352b6 [file] [log] [blame]
{
"name": "Frisbee",
"version": "0.0.85",
"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.0.85"
},
"source_files": "Sources/**/*.{swift}",
"exclude_files": "Tests"
}