| { |
| "name": "MSNavigationSwipeController", |
| "version": "0.0.1", |
| "summary": "Subclass of UINavigationController to add 'swipe right to go back' gesture recognizer like most apps (Facebook, Tweetbot) already do.", |
| "homepage": "https://github.com/MarcoSero/MSNavigationSwipeController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Marco Sero": "marco@marcosero.com" |
| }, |
| "source": { |
| "git": "https://github.com/MarcoSero/MSNavigationSwipeController.git", |
| "commit": "6f75fc3ad8018ec19c038e56d6346fa045d2dee3" |
| }, |
| "platforms": { |
| "ios": "4.3" |
| }, |
| "source_files": [ |
| "Classes", |
| "MSNavigationSwipeController/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |