blob: 115af26dc9b5e947e7364d34f30093de68440e7b [file] [log] [blame]
{
"name": "NJNetworking",
"version": "0.2.0",
"summary": "A thin wrapper of URLSession",
"description": "NJNetworking is a thin wrapper of URLSession to achieve simple tasks while keeping API definitions easy to navigate and manage.",
"homepage": "https://github.com/jinbass/NJNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jinbass": "hojinkojin@yahoo.co.jp"
},
"source": {
"git": "https://github.com/jinbass/NJNetworking.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"source_files": "NJNetworking/Classes/**/*"
}