blob: 43479b56d2a4446e0af02339d95689a57f0076fa [file] [log] [blame]
{
"name": "TermiNetwork",
"version": "0.3.1",
"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.3.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TermiNetwork/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 4.0"
]
}
}