blob: c9708fa3846c6ccc2c1ec5ae027a3f67feabadbf [file] [log] [blame]
{
"name": "MZVariant",
"version": "0.9.1",
"summary": "Use MZVariant type instead of Any and AnyObject.",
"description": "A structure created to support Variant types.\nIf it conforms to the MZVariantable protocol, it can also be used with custom classes and structures.",
"homepage": "https://github.com/muzcity/MZVariant",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"muzcity": "muzcity@gmail.com"
},
"source": {
"git": "https://github.com/muzcity/MZVariant.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MZVariant/Classes/**/*",
"pushed_with_swift_version": "3.0"
}