blob: f273e67e05f8642958e53d1ac7bb28dcc4a01b5f [file] [log] [blame]
{
"name": "M6SegmentedPager",
"version": "3.3.4",
"summary": "Segmented pager view with Parallax header.",
"description": "MXSegmentedPager combines [MXPagerView](https://github.com/maxep/MXPagerView) with [HMSegmentedControl](https://github.com/M6666/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.\n\nFrok from [MXSegmentedPager](https://github.com/maxep/MXSegmentedPager), fix the pattern of HMSegmentedControl.",
"homepage": "https://github.com/m6666/MXSegmentedPager",
"license": "MIT",
"authors": {
"m6": "m6@yy.com"
},
"source": {
"git": "https://github.com/M6666/MXSegmentedPager.git",
"tag": "3.3.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MXSegmentedPager/*.{m,h}",
"public_header_files": [
"MXSegmentedPager/*.h"
],
"dependencies": {
"HMSegmentedControl": [
"1.5.4"
],
"MXPagerView": [
"0.2.1"
],
"MXParallaxHeader": [
"0.6.1"
]
}
}