blob: c17482b276be079444f9820b720208db83988927 [file] [log] [blame]
{
"name": "MPParallaxView",
"version": "0.1.0",
"summary": "Apple TV Parallax effect in Swift.",
"description": "Show UIView with parallax effect from new Apple TV.",
"homepage": "https://github.com/DroidsOnRoids/MPParallaxView",
"license": "MIT",
"authors": {
"Michal Pyrka": "michal.pyrka@droidsonroids.pl"
},
"source": {
"git": "https://github.com/DroidsOnRoids/MPParallaxView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/mike_p3",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MPParallaxView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}