blob: 276f6f2def4900317ddb35288d179e484855394f [file] [log] [blame]
{
"name": "SegmentedButton",
"platforms": {
"ios": "11.0"
},
"summary": "A segmented button designed to mimic the one seen in the Apple Maps app on iOS 13",
"requires_arc": true,
"version": "0.1.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Brandon Stillitano": "b.stillitano95@gmail.com"
},
"homepage": "https://github.com/bstillitano/SegmentedButton",
"source": {
"git": "https://github.com/bstillitano/SegmentedButton.git",
"tag": "0.1.0"
},
"frameworks": "MobileCoreServices",
"dependencies": {
"SnapKit": [
"~> 5.0.0"
]
},
"source_files": "SegmentedButton/**/*.{swift}",
"resources": "SegmentedButton/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"swift_versions": "5.0",
"swift_version": "5.0"
}