blob: 61eb7dd4d2cf8bf07fe63846f0e27a583be0a89e [file] [log] [blame]
{
"name": "TouchPopMenu",
"version": "0.0.1-alpha",
"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.1-alpha"
},
"source_files": [
"TouchPopMenu",
"TouchPopMenu/**/*.{swift}"
],
"exclude_files": "TouchPopMenu/Exclude"
}