blob: 8e9fc0528b83ecf9aae0cc788e665b8af0191dc3 [file] [log] [blame]
{
"name": "VGParallaxHeader",
"version": "0.0.5",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Only Parallax Header Class that should work with all kinds of Table Views and Scroll Views while using Auto Layout.",
"homepage": "https://github.com/stoprocent/VGParallaxHeader",
"authors": {
"Marek Serafin": "marek@snowheads.pl"
},
"source": {
"git": "https://github.com/stoprocent/VGParallaxHeader.git",
"tag": "v0.0.5"
},
"description": "Only Parallax Header Class that should work with all kinds of Table Views (Including usage of Section Headers) and Scroll Views while using Auto Layout.",
"frameworks": "QuartzCore",
"source_files": "VGParallaxHeader/*.{h,m}",
"dependencies": {
"PureLayout": [
]
},
"requires_arc": true
}