blob: 5b701d421de4858f3349fa6719ff642c5f2c6f33 [file] [log] [blame]
{
"name": "NGSPopoverView",
"version": "1.0.2",
"summary": "Universal simple popover view to show any kind of content which is subclass of UIView.",
"homepage": "https://github.com/PauliusVindzigelskis/NGSPopoverView",
"description": "Universal simple popover view to show any kind of content which is subclass of UIView. Works in both - iPhone and iPad. Easy customizable.",
"license": "MIT",
"authors": {
"Paulius Vindzigelskis": "p.vindzigelskis@gmail.com"
},
"source": {
"git": "https://github.com/PauliusVindzigelskis/NGSPopoverView.git",
"tag": "R1.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NGSPopoverView": [
"Pod/Assets/*.png"
]
}
}