blob: de62822152c3d5fbf0b2f6c1026b320fd65161d3 [file] [log] [blame]
{
"name": "PopUpMenu",
"version": "0.1.2",
"summary": "A subclass on UIButton and UIViewController that provides a button that shows a PopUp Menu once it is long pressed.",
"description": "This CocoaPod provides the ability to add a floating button in a view. Once long pressed, a customizable PopUp Menu is shown.",
"homepage": "https://github.com/karryoberes/PopUpMenu",
"license": "MIT",
"authors": {
"Oberes, Karry Raia C.": "karry.raia.c.oberes@accenture.com"
},
"source": {
"git": "https://github.com/karryoberes/PopUpMenu.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PopUpMenu": [
"Pod/Assets/*.png"
]
}
}