blob: 8d17d8d48df5ac98ee9f0968b5f98b396a7146d7 [file] [log] [blame]
{
"name": "APParallaxHeader",
"version": "0.1.2",
"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.2"
},
"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. APParallaxHeader uses the Objective-C runtime instead to add the following method to UIScrollView.",
"source_files": "APParallaxHeader/*.{h,m}",
"preserve_paths": "Demo",
"requires_arc": true
}