blob: 153c05962ff088180dabe8d969a3d46419d5151a [file] [log] [blame]
{
"name": "HermesNetwork",
"version": "0.1.0",
"summary": "Concrete Implementation of Isolated/Testable Network Layer in Swift",
"description": "This project aims to show how to write an isolated and testable networking layer in Swift. Original article can be found in README file.'",
"homepage": "https://github.com/malcommac/HermesNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "hello@danielemargutti.com"
},
"social_media_url": "http://twitter.com/danielemargutti",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/malcommac/HermesNetwork.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
],
"HydraAsync": [
]
},
"pushed_with_swift_version": "3.2"
}