blob: a537beb1d58be25ffebaad3c92b36a81c85450a0 [file] [log] [blame]
{
"name": "MXSegmentedPager",
"version": "1.0",
"summary": "Simple paging control using HMSegmentedControl.",
"description": " The standard MXSegmentedPager class is a simple paging control using [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl). The ParallaxHeader category is an extension that allow you to had a [VGParallaxHeader](https://github.com/stoprocent/VGParallaxHeader) to your segmentated pager.\n",
"homepage": "https://github.com/maxep/MXSegmentedPager",
"license": "MIT",
"authors": {
"Maxime Epain": "maxime.epain@gmail.com"
},
"source": {
"git": "https://github.com/maxep/MXSegmentedPager.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/MaximeEpain",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MXSegmentedPager": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"HMSegmentedControl": [
"~> 1.4"
],
"VGParallaxHeader": [
"~> 0.0.6"
]
}
}