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