| { |
| "name": "SwipeToReveal", |
| "version": "1.0.1", |
| "summary": "Customizable swipe-to-reveal view for iOS apps", |
| "homepage": "https://github.com/darrarski/SwipeToReveal-iOS", |
| "authors": { |
| "Dariusz Rybicki": "darrarski@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/darrarski", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "source": { |
| "git": "https://github.com/darrarski/SwipeToReveal-iOS.git", |
| "tag": "v1.0.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Source", |
| "requires_arc": true, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "SnapKit": [ |
| "~> 3.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |