blob: e0f1610a64315e690db02eba43c9073b5d7cca26 [file] [log] [blame]
{
"name": "FFBackgroundParallax",
"version": "1.1.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.",
"homepage": "https://github.com/rockbarato/FFBackgroundParallax",
"license": "MIT",
"authors": {
"Felix Ayala": "felix1262@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/rockbarato/FFBackgroundParallax.git",
"tag": "1.1.0"
},
"source_files": "FFBackgroundParallax/FFBackgroundParallax.{h,m}",
"requires_arc": true
}