blob: 7e11a3d1a1e518c93417a02365f97dd2951d5457 [file] [log] [blame]
{
"name": "NGSPopoverView",
"version": "1.0.0",
"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://bitbucket.org/pvindzigelskis/ngspopoverview.git",
"tag": "R1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NGSPopoverView": [
"Pod/Assets/*.png"
]
}
}