blob: 6f5432db82ecd939f4588312c4e7b8d80c3c2877 [file] [log] [blame]
{
"name": "TermiNetwork",
"version": "0.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"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TermiNetwork/Classes/**/*"
}