| { |
| "name": "Dismissable", |
| "version": "1.2.0", |
| "summary": "Magical way to pull to dismiss your modal view!", |
| "description": "Magic will be happened when you use Dismissable!", |
| "homepage": "https://github.com/younatics/Dismissable", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Seungyoun Yi": "younatics@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/younatics/Dismissable.git", |
| "tag": "1.2.0" |
| }, |
| "source_files": "Dismissable/*.swift", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |