blob: 8fc7688332f65b6fdfb47e4e1b27461e4dee1560 [file] [log] [blame]
{
"name": "TouchPopMenu",
"version": "0.0.2",
"summary": "A touchable popover menu for iOS made in Swift.",
"description": "A touchable popover menu for iOS made in Swift (still alpha).",
"homepage": "https://github.com/mixable/TouchPopMenu",
"license": "MIT",
"authors": {
"mixable": "dev@mixable.de"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/mixable/TouchPopMenu.git",
"branch": "develop",
"tag": "0.0.2"
},
"source_files": [
"TouchPopMenu",
"TouchPopMenu/**/*.{swift}"
],
"exclude_files": "TouchPopMenu/Exclude"
}