blob: fdc323d489a37874bedf9d8f8031496b33b0acc2 [file] [log] [blame]
{
"name": "APParallaxHeader",
"version": "0.1.5",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"summary": "Add a parallax header view to your table views with one row of code.",
"homepage": "https://github.com/apping/APParallaxHeader",
"authors": {
"Mathias Amnell": "mathias@apping.se"
},
"source": {
"git": "https://github.com/apping/APParallaxHeader.git",
"tag": "0.1.5"
},
"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.",
"frameworks": "QuartzCore",
"source_files": "APParallaxHeader/*.{h,m}",
"preserve_paths": "Demo",
"requires_arc": true
}