[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 4 / 1 / MXSegmentedPager / 3.3.0 / MXSegmentedPager.podspec.json
blobffb07b8002c20fb39945096c1c5a009f4f30b5b1
2   "name": "MXSegmentedPager",
3   "version": "3.3.0",
4   "summary": "Segmented pager view with Parallax header.",
5   "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.",
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": "3.3.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   "public_header_files": [
22     "MXSegmentedPager/*.h"
23   ],
24   "dependencies": {
25     "HMSegmentedControl": [
26       "1.5.3"
27     ],
28     "MXPagerView": [
29       "0.2.1"
30     ],
31     "MXParallaxHeader": [
32       "0.6.1"
33     ]
34   }