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