[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 4 / 1 / MXSegmentedPager / 1.0 / MXSegmentedPager.podspec.json
bloba537beb1d58be25ffebaad3c92b36a81c85450a0
2   "name": "MXSegmentedPager",
3   "version": "1.0",
4   "summary": "Simple paging control using HMSegmentedControl.",
5   "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",
6   "homepage": "https://github.com/maxep/MXSegmentedPager",
7   "license": "MIT",
8   "authors": {
9     "Maxime Epain": "maxime.epain@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/maxep/MXSegmentedPager.git",
13     "tag": "1.0"
14   },
15   "social_media_url": "https://twitter.com/MaximeEpain",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "MXSegmentedPager": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "HMSegmentedControl": [
28       "~> 1.4"
29     ],
30     "VGParallaxHeader": [
31       "~> 0.0.6"
32     ]
33   }