blob: a5994ecd08acec4623d88ef63b0c94d0e4cad9cf [file] [log] [blame]
{
"name": "FPPopover",
"version": "1.3",
"license": "MIT",
"platforms": {
"ios": null
},
"summary": "Alternative to the native iOS UIPopoverController, with iPhone support and look and feel customization.",
"description": "Provides an alternative to the native iOS UIPopoverController, adding support for iPhone and additional opportunities to customize the look and feel of the popovers.",
"homepage": "https://github.com/50pixels/FPPopover",
"authors": {
"Alvise Susmel": "alvise@50pixels.com"
},
"source": {
"git": "https://github.com/50pixels/FPPopover.git",
"tag": "1.3"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"frameworks": [
"QuartzCore",
"UIKit"
]
}