blob: c8cbc92928a575f2537393c35241952d2e1684d6 [file] [log] [blame]
{
"name": "ParallaxUtils",
"version": "0.1.0",
"summary": "This is a category to easily add parralax effect to UIViews and UIImagesView",
"description": "This category helps you to easily add UIMotion to any view. If you want to use it in a UIImageView this will replace your UIImageView with an UIImagView with parallax effects.",
"homepage": "https://github.com/RodriguesAndre/ParallaxUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andre Rodrigues": "rodrigues.andre.carlos@gmail.com"
},
"source": {
"git": "https://github.com/RodriguesAndre/ParallaxUtils.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ParallaxUtils/Classes/**/*"
}