blob: 187b89bda242bfddc5aeb09a71a6678f574abdad [file] [log] [blame]
{
"name": "OHCubeView",
"version": "0.9.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": "post@ohauge.net"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/oyvind-hauge/OHCubeView.git",
"tag": "0.9.0"
},
"source_files": "OHCubeView/*.{swift}"
}