blob: 0ae0aa473caed81510ea62a35631e827b8e8c8fd [file] [log] [blame]
{
"name": "WYPopoverController",
"version": "0.3.7",
"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/sammcewan/WYPopoverController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicolas CHENG": "nicolas.cheng.dev@gmail.com",
"Sam McEwan": "me@sammcewan.co.nz"
},
"source": {
"git": "https://github.com/sammcewan/WYPopoverController.git",
"tag": "0.3.7"
},
"source_files": "WYPopoverController/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": [
"QuartzCore",
"UIKit",
"CoreGraphics"
]
}
}