[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 4 / 1 / MXSegmentedPager / 1.2.1 / MXSegmentedPager.podspec.json
blob308d27e56e67a6eb1b53fdfdfcb0b25727e60c02
2   "name": "MXSegmentedPager",
3   "version": "1.2.1",
4   "summary": "Segmented pager view with Parallax header.",
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 add a [VGParallaxHeader](https://github.com/stoprocent/VGParallaxHeader) to your segmented 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.2.1"
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   }