blob: 308d27e56e67a6eb1b53fdfdfcb0b25727e60c02 [file] [log] [blame]
{
"name": "MXSegmentedPager",
"version": "1.2.1",
"summary": "Segmented pager view with Parallax header.",
"description": " The standard MXSegmentedPager class is a simple paging control using [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl). The ParallaxHeader category is an extension that allow you to add a [VGParallaxHeader](https://github.com/stoprocent/VGParallaxHeader) to your segmented pager.\n",
"homepage": "https://github.com/maxep/MXSegmentedPager",
"license": "MIT",
"authors": {
"Maxime Epain": "maxime.epain@gmail.com"
},
"source": {
"git": "https://github.com/maxep/MXSegmentedPager.git",
"tag": "1.2.1"
},
"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"
]
}
}