blob: 07857b10cb1dc5a68d59a30d673956f879e9df1e [file] [log] [blame]
{
"name": "Guise",
"version": "9.1",
"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": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/Prosumma/Guise.git",
"tag": "9.1"
},
"source_files": "Guise/Common",
"requires_arc": true,
"swift_versions": [
"5.0",
"5.1"
],
"swift_version": "5.1"
}