2 "name": "APParallaxHeader-Width",
8 "summary": "Add a parallax header view to your table views with one row of code.",
9 "homepage": "https://github.com/r3mus/APParallaxHeader",
11 "Mathias Amnell": "mathias@apping.se",
12 "Brandon Shelley": "brandon@behemoth.ca"
15 "git": "https://github.com/r3mus/APParallaxHeader.git",
18 "description": "This category makes it super easy to add a parallax header view to your table views. Other alternatives relies on subclassing of UITableViewController or UITableView. Instead, APParallaxHeader uses the Objective-C runtime to add the functionality to your UIScrollView or UITableView. This version contains methods for configurable width and centering the header.",
19 "frameworks": "QuartzCore",
20 "source_files": "APParallaxHeader/*.{h,m}",
21 "preserve_paths": "Demo",