blob: a7035961ffe6dafb31f3b50fd220462d79a42f8b [file] [log] [blame]
{
"name": "DronelinkCoreUI",
"version": "1.0.1",
"summary": "Dronelink core UI components",
"homepage": "https://dronelink.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dronelink": "dev@dronelink.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/dronelink/dronelink-core-ui-ios.git",
"tag": "1.0.1"
},
"source_files": "DronelinkCoreUI/**/*.swift",
"resources": "DronelinkCoreUI/**/*.{strings,xcassets}",
"dependencies": {
"DronelinkCore": [
"~> 1.0.2"
],
"SnapKit": [
"~> 5.0.0"
],
"Mapbox-iOS-SDK": [
"~> 5.4.0"
],
"MaterialComponents/Palettes": [
"~> 92.5.0"
],
"MaterialComponents/Buttons": [
"~> 92.5.0"
],
"MaterialComponents/ProgressView": [
"~> 92.5.0"
],
"MaterialComponents/Dialogs": [
"~> 92.5.0"
],
"MaterialComponents/Dialogs+Theming": [
"~> 92.5.0"
],
"MaterialComponents/Snackbar": [
"~> 92.5.0"
]
},
"swift_version": "5.0"
}