blob: c920280908002d928f1f24fc3e93a2b9bf85ca9c [file] [log] [blame]
{
"name": "WYPopoverController",
"version": "0.1.9",
"summary": "An iOS Popover for iPhone and iPad. Very customizable.",
"description": " WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.\n",
"homepage": "https://github.com/nicolaschengdev/WYPopoverController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicolas CHENG": "nicolas.cheng.dev@gmail.com"
},
"source": {
"git": "https://github.com/nicolaschengdev/WYPopoverController.git",
"tag": "0.1.9"
},
"source_files": "WYPopoverController/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": [
"QuartzCore",
"UIKit",
"CoreGraphics"
]
}
}