blob: fe579b661fa9f644edd52088fb868973a2f1e987 [file] [log] [blame]
{
"name": "MXSegmentedPager",
"version": "3.0.2",
"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.2"
},
"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.1"
],
"MXParallaxHeader": [
"~> 0.4.2"
]
}
}