[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / c / e / NGSPopoverView / 1.1.0 / NGSPopoverView.podspec.json
blobe56720c575f1f1035804add17783fc6c397dd0e0
2   "name": "NGSPopoverView",
3   "version": "1.1.0",
4   "summary": "Universal simple popover view to show any kind of content which is subclass of UIView.",
5   "homepage": "https://github.com/PauliusVindzigelskis/NGSPopoverView",
6   "description": "Universal simple popover view to show any kind of content which is subclass of UIView. Works in both - iPhone and iPad. Easy customizable.",
7   "license": "MIT",
8   "authors": {
9     "Paulius Vindzigelskis": "p.vindzigelskis@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/PauliusVindzigelskis/NGSPopoverView.git",
13     "tag": "R1.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "NGSPopoverView": [
22       "Pod/Assets/*.png"
23     ]
24   }