| { |
| "name": "AMSlideOutController", |
| "version": "1.2.1", |
| "summary": "SlideOut Navigation Controller for iOS. Fully customizable.", |
| "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", |
| "tag": "v1.2.1" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": [ |
| "AMSlideOut", |
| "*.{h,m}" |
| ], |
| "resources": "AMSlideOut/*.png", |
| "frameworks": "QuartzCore", |
| "requires_arc": true |
| } |