{ | |
"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 | |
} |