blob: 9c8efe6764cf886a8902a092e238cf332a5633cb [file] [log] [blame]
{
"name": "Guise",
"version": "3.0",
"summary": "An elegant, flexible, type-safe dependency resolution framework for Swift.",
"description": "Guise is an elegant, flexible, type-safe dependency resolution framework for Swift.\nIt allows caching, simplifies unit testing, and allows your application to be more loosely coupled.",
"homepage": "https://github.com/Prosumma/Guise",
"social_media_url": "http://twitter.com/prosumma",
"license": "MIT",
"authors": {
"Gregory Higley": "code@revolucent.net"
},
"platforms": {
"ios": "9.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/Prosumma/Guise.git",
"tag": "3.0"
},
"source_files": "Guise",
"requires_arc": true
}