blob: cd779ef185f58e437c42b267f1e51b7c5bdf0952 [file] [log] [blame]
{
"name": "MXParallaxHeader",
"version": "1.1.0",
"summary": "Simple parallax header for UIScrollView.",
"description": "MXParallaxHeader is a simple header class for UIScrolView.\n\nIn addition, MXScrollView is a UIScrollView subclass with the ability to hook the vertical scroll from its subviews, this can be used to add a parallax header to complex view hierachy.\nMoreover, MXScrollViewController allows you to add a MXParallaxHeader to any kind of UIViewController.",
"homepage": "https://github.com/maxep/MXParallaxHeader",
"license": "MIT",
"authors": {
"Maxime Epain": "maxime.epain@gmail.com"
},
"source": {
"git": "https://github.com/maxep/MXParallaxHeader.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/MaximeEpain",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/*.{m,h}"
}