blob: 4348f50456678b288e48842f484548322155922f [file] [log] [blame]
{
"name": "ParallaxView",
"platforms": {
"tvos": "9.0"
},
"summary": "Add parallax effect like in tvOS applications to any view.",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"version": "2.0.2",
"authors": {
"[Łukasz Śliwiński]": "[lsliwinski@pgs-soft.com]"
},
"homepage": "https://github.com/PGSSoft/ParallaxView",
"source": {
"git": "https://github.com/PGSSoft/ParallaxView.git",
"tag": "2.0.2"
},
"frameworks": "UIKit",
"source_files": "Sources/**/*.{swift}",
"resources": "Resources/**/*.xcassets"
}