blob: de46796b0c14005e6b66b808ff9ed6928463c746 [file] [log] [blame]
{
"name": "Swift_SimpleNetworkLibrary",
"version": "0.1.0",
"summary": "A simple and lightweight network library.",
"description": "A simple and lightweight network library. The intent is also demonstrate how easy it is to build a network layer based on URLSession. Mostly on projects we use libraries like Alamofire but never explore how things actually work under the hood.",
"homepage": "https://github.com/SwapnilSankla/Swift_SimpleNetworkLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Swapnil Sankla": "swapnil.sankla@gmail.com"
},
"source": {
"git": "https://github.com/SwapnilSankla/Swift_SimpleNetworkLibrary.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Swift_SimpleNetworkLibrary/Classes/**/*",
"swift_version": "3.2"
}