blob: 49f4e9a00203f5948166d5efe428cc6a3dd70b1c [file] [log] [blame]
{
"name": "MXSegmentedPager",
"version": "3.0.5",
"summary": "Segmented pager view with Parallax header.",
"description": "MXSegmentedPager combines [MXPagerView](https://github.com/maxep/MXPagerView) with [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl) to control the page selection.\nThe integration of [MXParallaxHeader](https://github.com/maxep/MXParallaxHeader) 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": "3.0.5"
},
"social_media_url": "https://twitter.com/MaximeEpain",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MXSegmentedPager/*.{m,h}",
"public_header_files": [
"MXSegmentedPager/*.h"
],
"dependencies": {
"HMSegmentedControl": [
"~> 1.5.2"
],
"MXPagerView": [
"~> 0.1.3"
],
"MXParallaxHeader": [
"~> 0.5.1"
]
}
}