blob: a0f1e6ef6e0eebfb7917c5a3c462311cc438275b [file] [log] [blame]
{
"name": "FTPopOverMenu",
"version": "1.3.2",
"summary": "A pop over menu for iOS which is maybe the easiest one to use, highly customizable, supports both portrait and landscape.",
"description": "`FTPopOverMenu` is a pop over menu for `iOS` which is maybe the easiest one to use, supports both portrait and landscape. It can show from any `UIView`, any `UIBarButtonItem` and any `CGRect`. Simplest APIs, enable you to change the style in one line of code.",
"authors": {
"liufengting": "wo157121900@me.com"
},
"homepage": "https://github.com/liufengting/FTPopOverMenu",
"screenshots": "https://raw.githubusercontent.com/liufengting/FTResourceRepo/master/Resource/FTPopOverMenu/screenshots.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/liufengting/FTPopOverMenu.git",
"tag": "1.3.2"
},
"source_files": [
"FTPopOverMenu",
"FTPopOverMenu/*.{h,m}"
],
"requires_arc": true
}