blob: 8643aac6c57a6b3105c25b1c538bb3fd8dd3c78e [file] [log] [blame]
{
"name": "Nappa",
"version": "4.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Wrapper around URLSession that uses Dependency injection making it easy to test network requests.",
"homepage": "https://github.com/AlTavares/Nappa",
"social_media_url": "https://twitter.com/al_tavares",
"authors": {
"Alexandre Mantovani tavares": "alexandre@live.in"
},
"source": {
"git": "https://github.com/AlTavares/Nappa.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
]
}