blob: eb7b6f2771c281367859256aa9a27244d40582f5 [file] [log] [blame]
{
"name": "WYPopoverController",
"version": "0.3.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.",
"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",
"Vitaly Samoylik": "vitalys@gmail.com"
},
"source": {
"git": "https://github.com/sammcewan/WYPopoverController.git",
"tag": "0.3.9"
},
"source_files": "WYPopoverController/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": [
"QuartzCore",
"UIKit",
"CoreGraphics"
]
}
}