| { |
| "name": "OHCubeView", |
| "version": "1.1.0", |
| "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.s.hauge@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_versions": "4.2", |
| "source": { |
| "git": "https://github.com/oyvind-hauge/OHCubeView.git", |
| "tag": "1.1.0" |
| }, |
| "source_files": "OHCubeView/*.{swift}", |
| "swift_version": "4.2" |
| } |