| { |
| "name": "JTSSloppySwiping", |
| "version": "1.2.3", |
| "summary": "A drop-in UINavigationControllerDelegate that enables sloppy swiping.", |
| "description": "A drop-in UINavigationControllerDelegate that enables sloppy swiping. I'm adding additional words here to satisy CocoaPods' pedantry.", |
| "homepage": "https://github.com/jaredsinclair/JTSSloppySwiping", |
| "license": "MIT", |
| "authors": { |
| "Jared Sinclair": "desk@jaredsinclair.com" |
| }, |
| "source": { |
| "git": "https://github.com/jaredsinclair/JTSSloppySwiping.git", |
| "tag": "1.2.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "frameworks": "Foundation", |
| "source_files": "JTSSloppySwiping/*.swift", |
| "pushed_with_swift_version": "3.0" |
| } |