blob: 78d80c8a8d7da0e8da883f8f3b702f1f7bf0d5c6 [file] [log] [blame]
{
"name": "AMSlideOutController",
"version": "0.0.1",
"summary": "SlideOut Navigation Controller for iOS.",
"homepage": "https://github.com/andreamazz/SlideOutNavigation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Mazzini": "andrea.mazzini@gmail.com"
},
"source": {
"git": "https://github.com/andreamazz/SlideOutNavigation.git",
"commit": "872aad6"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"AMSlideOut",
"*.{h,m}"
],
"resources": "AMSlideOut/*.png",
"frameworks": "QuartzCore",
"requires_arc": true
}