blob: adc7e51ddc25cc00f267b64e69697c6605863d13 [file] [log] [blame]
{
"name": "Nappa",
"version": "1.1.0",
"summary": "Swift Networking Framework.",
"description": "Wrapper around URLSession that uses Dependency injection making it easy to test network requests.",
"homepage": "https://github.com/AlTavares/Nappa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexandre Mantovani Tavares": "alexandre@live.in"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/AlTavares/Nappa.git",
"tag": "1.1.0"
},
"source_files": "Nappa/*.{h,m,swift}",
"frameworks": "Foundation",
"dependencies": {
"Result": [
"~> 3.2"
]
},
"pushed_with_swift_version": "3.0"
}