blob: f8daa8bb268e40db23849cbcc4d887ec3af468be [file] [log] [blame]
{
"name": "DMSegmentedPager",
"version": "1.0.0",
"summary": "A Swift conversion of https://github.com/maxep/MXSegmentedPager",
"swift_version": "4.0",
"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.0.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "DMSegmentedPager/*.swift",
"frameworks": "QuartzCore",
"dependencies": {
"DMPagerView": [
"~> 1.0"
],
"DMParallaxHeader": [
"~> 1.0"
],
"DMSegmentedControl": [
"~> 1.0"
]
}
}