| { |
| "name": "PKRevealController", |
| "version": "2.0.2", |
| "authors": { |
| "Philip Kluz": "philip.kluz@zuui.org" |
| }, |
| "homepage": "https://github.com/pkluz/PKRevealController", |
| "summary": "A view controller containers for iOS, enabling you to present multiple controllers on top of one another.", |
| "license": { |
| "type": "MIT" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/pkluz/PKRevealController.git", |
| "tag": "v2.0.2" |
| }, |
| "source_files": "Source/**/*.{h,m}", |
| "frameworks": [ |
| "UIKit", |
| "QuartzCore", |
| "Foundation" |
| ], |
| "platforms": { |
| "ios": "6.0" |
| } |
| } |