blob: 61298fe866bae28c01a374c65096482a25ee1cb1 [file] [log] [blame]
{
"name": "ParallaxHeader",
"version": "1.0.0",
"summary": "Simple way to add parallax header to scrollView/tableView",
"description": "The ParallaxHeader allows to add parallax header to UIScrollView and it's subclasses within UIScrollView extension",
"homepage": "https://github.com/romansorochak",
"license": "MIT",
"authors": {
"Roman Sorochak": "roman.sorochak@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/romansorochak/ParallaxHeader.git",
"tag": "1.0.0"
},
"source_files": "ParallaxHeader/**/*.{h,m}"
}