blob: b5f5e898ab6787b81d910a46337d284a4d1ab85f [file] [log] [blame]
{
"name": "FFBackgroundParallax",
"version": "1.0.0",
"summary": "Background Parallax is a simple example for parallax scrolling based on several UIScrollViews.",
"description": " Background Parallax is a simple example for parallax scrolling based on several UIScrollViews. This library is simply a UIView subclass with two UIScrollView, one for content and the second for the background image.\n\n",
"homepage": "https://github.com/rockbarato/FFBackgroundParallax",
"license": "MIT",
"authors": {
"Felix Ayala": "felix1262@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/rockbarato/FFBackgroundParallax.git",
"tag": "1.0.0"
},
"source_files": "FFBackgroundParallax/FFBackgroundParallax.{h,m}",
"requires_arc": true
}