blob: 2ad84531dcb03d02a55a45ad33b029c3ff99c9f9 [file] [log] [blame]
{
"name": "NetworkRepository",
"version": "1.0.7",
"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.7"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/NetworkRepository/**/*"
}