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