[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / e / NGSPopoverView / 1.0.2 / NGSPopoverView.podspec.json
blob5b701d421de4858f3349fa6719ff642c5f2c6f33
2   "name": "NGSPopoverView",
3   "version": "1.0.2",
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.0.2"
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   }