blob: ef753565149dcf1d91b1b377f78f8fe765fef148 [file] [log] [blame]
{
"name": "DMParallaxHeader",
"version": "1.0.0",
"swift_version": "4.0",
"summary": "Simple parallax header for UIScrollView.",
"description": "A Swift conversion from https://github.com/maxep/MXParallaxHeader.",
"homepage": "https://github.com/dominicmdev/DMParallaxHeader",
"license": "MIT",
"authors": {
"Dominic Miller": "dominicmdev@gmail.com",
"Maxime Epain": "maxime.epain@gmail.com"
},
"source": {
"git": "https://github.com/dominicmdev/DMParallaxHeader.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "DMParallaxHeader/*.swift"
}