blob: 7a56b6e3a90da5e479ab891cb654094d55658f41 [file] [log] [blame]
{
"name": "MXSegmentedPager",
"version": "2.0.0",
"summary": "Segmented pager view with Parallax header.",
"description": "MXSegmentedPager is a pager view using [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl) as control. The integration of [VGParallaxHeader](https://github.com/stoprocent/VGParallaxHeader) allows you to add an parallax header on top while keeping a reliable scrolling effect.",
"homepage": "https://github.com/maxep/MXSegmentedPager",
"license": "MIT",
"authors": {
"Maxime Epain": "maxime.epain@gmail.com"
},
"source": {
"git": "https://github.com/maxep/MXSegmentedPager.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/MaximeEpain",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MXSegmentedPager/*.{m,h}",
"dependencies": {
"HMSegmentedControl": [
"~> 1.5.2"
],
"VGParallaxHeader": [
"~> 0.0.6"
]
}
}