blob: f89889c7de03508d3002087a307514e962e4c843 [file] [log] [blame]
{
"name": "TermiNetwork",
"version": "0.2.2",
"summary": "A Networking Library written in Swift 4.0",
"description": "TermiNetwork is a networking library written with Swift 4.0 that supports multi-environment configuration, routing and automatic deserialization (currently Codable and UIImage deserialization is supported).",
"homepage": "https://github.com/billp/TermiNetwork.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bill Panagiotopoulos": "billp.dev@gmail.com"
},
"source": {
"git": "https://github.com/billp/TermiNetwork.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TermiNetwork/Classes/**/*"
}