blob: b0acd5f90007893e1907413a73b8da97c507009c [file] [log] [blame]
{
"name": "SNPSegmentedPager",
"version": "0.1.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/snapp-cab/SNPSegmentedPager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jebelli.farhad@gmail.com": "jebelli.farhad@gmail.com"
},
"source": {
"git": "https://github.com/snapp-cab/SNPSegmentedPager.git",
"tag": "0.1.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"SNPSegmentedPager/Classes/**/*.{swift}",
"SNPSegmentedPager/Classes/**/*.{m}",
"SNPSegmentedPager/Classes/**/*.{h}"
],
"public_header_files": [
"SNPSegmentedPager/**/*.{h}"
],
"dependencies": {
"MXPagerView": [
"0.2.1"
],
"MXParallaxHeader": [
"0.6.1"
]
}
}