| { |
| "name": "SwiftOverlay", |
| "version": "0.1.0", |
| "summary": "Simple Overlay Controller. Written in Swift.", |
| "swift_versions": "4.0", |
| "description": "OverlayController is an implementation of a overlay effect for any view. It can be used to easily add dynamics to user interactions and popups views.", |
| "homepage": "https://github.com/PahlevanyanSamvel/SwiftOverlay", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Pahlevanyan Samvel": "pahlevanyansamvel@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/PahlevanyanSamvel/SwiftOverlay.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SwiftOverlay/Classes/**/*", |
| "swift_version": "4.0" |
| } |