blob: fc215d9d7388771559bac42830d20938090d8ee7 [file] [log] [blame]
{
"name": "WYPopoverController",
"version": "0.1.4",
"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.4"
},
"source_files": "WYPopoverController/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": [
"QuartzCore",
"UIKit",
"CoreGraphics"
]
}
}