blob: 54edc77cb36c0f1a21925303e7f2744be9d4718c [file] [log] [blame]
{
"name": "Nappa",
"version": "1.2.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": "1.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Result": [
"~> 3.0.0"
]
}
}
]
}