[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 2 / c / DMSegmentedPager / 1.2.0 / DMSegmentedPager.podspec.json
blob833f98bb23b8a29cf8e6e0823d2b6c481ee76b49
2   "name": "DMSegmentedPager",
3   "version": "1.2.0",
4   "summary": "A Swift conversion of https://github.com/maxep/MXSegmentedPager",
5   "swift_version": "4.0",
6   "homepage": "https://github.com/DominicMDev/DMSegmentedPager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Dominic Miller": "dominicmdev@gmail.com",
13     "Maxime Epain": "maxime.epain@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/DominicMDev/DMSegmentedPager.git",
17     "tag": "1.2.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "requires_arc": true,
23   "source_files": "DMSegmentedPager/*.swift",
24   "frameworks": "QuartzCore",
25   "dependencies": {
26     "DMPagerView": [
27       "~> 1.1"
28     ],
29     "DMParallaxHeader": [
30       "~> 2.0"
31     ],
32     "DMSegmentedControl": [
33       "~> 1.1"
34     ]
35   }