blob: aa6a90e51526c7c312c158ba1706710fffe5a3c6 [file] [log] [blame]
{
"name": "APParallaxHeader",
"version": "0.1.6",
"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.6"
},
"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
}