blob: 833f98bb23b8a29cf8e6e0823d2b6c481ee76b49 [file] [log] [blame]
{
"name": "DMSegmentedPager",
"version": "1.2.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.2.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "DMSegmentedPager/*.swift",
"frameworks": "QuartzCore",
"dependencies": {
"DMPagerView": [
"~> 1.1"
],
"DMParallaxHeader": [
"~> 2.0"
],
"DMSegmentedControl": [
"~> 1.1"
]
}
}