| { |
| "name": "SloppySwiper", |
| "version": "0.6", |
| "summary": "UINavigationController delegate that allows swipe back gesture to be started from anywhere on the screen (not just from the edge).", |
| "homepage": "https://github.com/fastred/SloppySwiper", |
| "license": "MIT", |
| "authors": { |
| "Arkadiusz Holko": "fastred@fastred.org" |
| }, |
| "social_media_url": "https://twitter.com/arekholko", |
| "source": { |
| "git": "https://github.com/fastred/SloppySwiper.git", |
| "tag": "0.6" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Classes", |
| "public_header_files": "Classes/*.h" |
| } |