blob: 89eb60193e02d2688b7916966e1e99554c9392da [file] [log] [blame]
{
"name": "NgDialogPresentationController",
"version": "1.1.1",
"summary": "Custom UIPresentationController for presenting view controller with dialog style.",
"homepage": "https://github.com/meiwin/NgDialogPresentationController",
"authors": {
"Meiwin Fu": "meiwin@blockthirty.com"
},
"source": {
"git": "https://github.com/meiwin/NgDialogPresentationController.git",
"tag": "v1.1.1"
},
"source_files": "NgDialogPresentationController/**/*.{h,m}",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"ios": {
"dependencies": {
"NgKeyboardTracker": [
]
}
}
}