blob: 87282cefef64e8b4b5fd27eb28579090fa29c940 [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": "3.0.0",
"swift_version": "5.0",
"authors": {
"[Łukasz Śliwiński]": "[lsliwinski@pgs-soft.com]"
},
"homepage": "https://github.com/PGSSoft/ParallaxView",
"source": {
"git": "https://github.com/PGSSoft/ParallaxView.git",
"tag": "3.0.0"
},
"frameworks": "UIKit",
"source_files": "Sources/**/*.{swift}",
"resources": "Resources/**/*.xcassets"
}