[Add] ikame_ios_sdk 1.0.425
[CocoaPods.git] / Specs / f / 4 / 1 / MXSegmentedPager / 2.0.0 / MXSegmentedPager.podspec.json
blob7a56b6e3a90da5e479ab891cb654094d55658f41
2   "name": "MXSegmentedPager",
3   "version": "2.0.0",
4   "summary": "Segmented pager view with Parallax header.",
5   "description": "MXSegmentedPager is a pager view using [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl) as control. The integration of [VGParallaxHeader](https://github.com/stoprocent/VGParallaxHeader) allows you to add an parallax header on top while keeping a reliable scrolling effect.",
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": "2.0.0"
14   },
15   "social_media_url": "https://twitter.com/MaximeEpain",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "MXSegmentedPager/*.{m,h}",
21   "dependencies": {
22     "HMSegmentedControl": [
23       "~> 1.5.2"
24     ],
25     "VGParallaxHeader": [
26       "~> 0.0.6"
27     ]
28   }