blob: e9cbddad0ca2de55f779d3c124eead3f7de839d7 [file] [log] [blame]
{
"name": "NgDialogPresentationController",
"version": "1.0",
"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.0"
},
"source_files": "NgDialogPresentationController/**/*.{h,m}",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"ios": {
"dependencies": {
"NgKeyboardTracker": [
]
}
}
}