blob: d35060407c022bbafab7b807b7e0dfa33f65d05a [file] [log] [blame]
{
"name": "MXSegmentedPager",
"version": "1.2",
"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"
},
"social_media_url": "https://twitter.com/MaximeEpain",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MXSegmentedPager/*.{m,h}",
"dependencies": {
"HMSegmentedControl": [
"~> 1.5.1"
],
"VGParallaxHeader": [
"~> 0.0.6"
]
}
}