blob: ed5d0d89acab687a8f7d9302a5d6572bea06b3a7 [file] [log] [blame]
{
"name": "NDOverlayViewController",
"version": "0.1",
"summary": "A custom UIViewController container to overlay one view controller on top of another, with animation and gesture support.",
"homepage": "https://github.com/neildavis/NDOverlayViewController",
"license": "MIT",
"authors": "Neil Davis",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/neildavis/NDOverlayViewController.git",
"tag": "v0.1"
},
"source_files": "src/**/*.{h,m}",
"requires_arc": true
}