| { |
| "name": "OHCubeView", |
| "version": "1.0.1", |
| "summary": "UIScrollView subclass. Inspired by the Instagram Stories cube.", |
| "description": "OHCubeView is a UIScrollView subclass with cube-like animation while paging. \nInspiration was taken from Instagram's current implementation of the 'Stories' module, where\npaging between stories has a 3D cube animation.", |
| "homepage": "https://github.com/oyvind-hauge/OHCubeView", |
| "license": "MIT", |
| "authors": { |
| "Øyvind Hauge": "oyvindhauge.apps@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/oyvind-hauge/OHCubeView.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "OHCubeView/*.{swift}", |
| "pushed_with_swift_version": "3.0" |
| } |