blob: 7fdf5d48f3c92745ae264b54d5512be73a97462c [file] [log] [blame]
{
"name": "MXSegmentedPager",
"version": "3.2.1",
"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.2.1"
},
"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.3"
],
"MXPagerView": [
"~> 0.1.4"
],
"MXParallaxHeader": [
"~> 0.6.0"
]
}
}