blob: 8f177a3031a0713e3574e6eeae66e1ce0f58d039 [file] [log] [blame]
{
"name": "Nappa",
"version": "3.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": "3.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",
"dependencies": {
"Result": [
"~> 4.0.0"
]
}
}
]
}