| { |
| "name": "GNSwipeView", |
| "version": "0.0.2", |
| "summary": "Swipe controller", |
| "description": " Swipe controller with strategy support for creating custom swipe handling\n", |
| "homepage": "https://github.com/jakubknejzlik/GNSwipeView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jakub Knejzlik": "jakub.knejzlik@gmail.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/jakubknejzlik/GNSwipeView.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "GNSwipeView/GNSwipeView/*.{h,m}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true |
| } |