[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 2 / c / DMSegmentedPager / 1.0.0 / DMSegmentedPager.podspec.json
blobf8daa8bb268e40db23849cbcc4d887ec3af468be
2   "name": "DMSegmentedPager",
3   "version": "1.0.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.0.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.0"
28     ],
29     "DMParallaxHeader": [
30       "~> 1.0"
31     ],
32     "DMSegmentedControl": [
33       "~> 1.0"
34     ]
35   }