blob: 60533356ec555a5bba7dfc24012a0fd55b7f96b4 [file] [log] [blame]
{
"name": "MPParallaxCollection",
"version": "0.1.0",
"summary": "CollectionView with Parallax and PercentDriven animations",
"description": "A collection view layout and a cell subclass usefull to made parallax of an image during the scrolling.\nBut even thanks to the delegate useful to make cool percent driven effect, in the example I used my [MPTextReveal](https://github.com/MP0w/MPTextReveal)\nto show you how to use.\n",
"homepage": "https://github.com/MP0w/MPParallaxCollection",
"license": "BSD",
"authors": {
"Alex Manzella": "manzopower@icloud.com"
},
"source": {
"git": "https://github.com/MP0w/MPParallaxCollection.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/manzopower",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/"
}