blob: 152826d4b83e6e3ff3cb345d86574fa447d9aaef [file] [log] [blame]
{
"name": "YFPopupButtons",
"version": "0.1.2",
"summary": "A subclass of UIView which is capable of popping up buttons from the bottom of the view.",
"description": "A subclass of UIView which is capable of popping up buttons from the bottom of the view. The users would be able to customize the buttons.",
"homepage": "https://github.com/pushian/YFPopupButtons",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pushian": "l@fooyo.sg"
},
"source": {
"git": "https://github.com/pushian/YFPopupButtons.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YFPopupButtons/Classes/*",
"resource_bundles": {
"YFPopupButtons": [
"YFPopupButtons/Assets/*.png"
]
}
}