blob: 5a7e333e98ad88804d76240e7919ff2d8aeb543e [file] [log] [blame]
{
"name": "NetworkRepository",
"version": "1.0.0",
"summary": "The wrapper on the top of URLSession",
"description": "This includes Network repository for iOS Platform. As name implies, it uses URLSession in iOS swift",
"homepage": "https://github.com/developer-celusion/networkrepository",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"developer@celusion.com": "developer@celusion.com"
},
"source": {
"git": "https://github.com/developer-celusion/networkrepository.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/NetworkRepository/**/*"
}