blob: f46c8def9a902ced164138eef98e6b255ad735b0 [file] [log] [blame]
{
"name": "Menuator",
"version": "0.0.1",
"summary": "Floating menu & screen management in Swift",
"description": "Screen management framework with floating menu based on UICollectionViews which offer great reusability and memory management.",
"homepage": "https://github.com/manGoweb/Menuator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ondrej Rafaj": "developers@mangoweb.com"
},
"source": {
"git": "https://github.com/manGoweb/Menuator.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Menuator/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 4.0.0"
]
}
}