[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 8 / a / NgDialogPresentationController / 1.1 / NgDialogPresentationController.podspec.json
blob1841fb6eb3cbfc91fbf31f831233def54c2a2836
2   "name": "NgDialogPresentationController",
3   "version": "1.1",
4   "summary": "Custom UIPresentationController for presenting view controller with dialog style.",
5   "homepage": "https://github.com/meiwin/NgDialogPresentationController",
6   "authors": {
7     "Meiwin Fu": "meiwin@blockthirty.com"
8   },
9   "source": {
10     "git": "https://github.com/meiwin/NgDialogPresentationController.git",
11     "tag": "v1.1"
12   },
13   "source_files": "NgDialogPresentationController/**/*.{h,m}",
14   "requires_arc": true,
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "frameworks": "UIKit",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "ios": {
24     "dependencies": {
25       "NgKeyboardTracker": [
27       ]
28     }
29   }