blob: 4dac13bfd16b94df459eaaf9e076609d0230d207 [file] [log] [blame]
{
"name": "MenuListKit",
"version": "0.0.1",
"summary": "A fast way to create lists and menus in Swift",
"description": "A fast way to create lists and menus with declarative programming in Swift",
"homepage": "https://github.com/MoonCoders/MenuListKit",
"license": "Apache 2.0",
"authors": {
"mooncoders": "hello@mooncoders.co"
},
"source": {
"git": "https://github.com/MoonCoders/MenuListKit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MenuListKit/Classes/**/*",
"dependencies": {
"IGListKit": [
"~> 3.0.0"
]
},
"pushed_with_swift_version": "4.0"
}