blob: 7c97d1eb1a2404f1c8769c2dfb3d1918e5a10aa5 [file] [log] [blame]
{
"name": "MaterialUI",
"version": "1.0.1",
"summary": "MaterialUI is just a simple Material UI utility Module",
"description": "This module contains the tab bar controller with a circular button at center",
"homepage": "https://github.com/prashantLalShrestha/MaterialUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Prashant Shrestha": "prashantlurvs@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/prashantLalShrestha/MaterialUI.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.{swift}",
"swift_versions": "5.0",
"resources": "Sources/DropDown/resources/*.{xib}",
"resource_bundles": {
"MaterialUIAssets": "Sources/**/*.{xcassets}"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"MaterialComponents/Snackbar": [
],
"MaterialComponents/Tabs": [
],
"MaterialComponents/TextFields": [
]
},
"swift_version": "5.0"
}