| { |
| "name": "Gesture", |
| "version": "1.0.0", |
| "summary": "Better gesture handler for iOS written in Swift", |
| "homepage": "https://github.com/Meniny/Gesture", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Elias Abel": "admin@meniny.cn" |
| }, |
| "source": { |
| "git": "https://github.com/Meniny/Gesture.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://meniny.cn", |
| "swift_version": "4.0", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Gesture/**/*.{swift}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "module_name": "Gesture" |
| } |