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