blob: 39de8fce384332df3239ecb23020ca1e506a4ab6 [file] [log] [blame]
{
"name": "DMSegmentedPager",
"version": "1.3.0",
"summary": "A Swift conversion of https://github.com/maxep/MXSegmentedPager",
"swift_version": "4.2",
"homepage": "https://github.com/DominicMDev/DMSegmentedPager",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Dominic Miller": "dominicmdev@gmail.com",
"Maxime Epain": "maxime.epain@gmail.com"
},
"source": {
"git": "https://github.com/DominicMDev/DMSegmentedPager.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "DMSegmentedPager/*.swift",
"frameworks": "QuartzCore",
"dependencies": {
"DMPagerView": [
"~> 1.2"
],
"DMParallaxHeader": [
"~> 2.1"
],
"DMSegmentedControl": [
"~> 1.2"
]
}
}