blob: 884450177964f45eacf804b73d750bd80bab6235 [file] [log] [blame]
{
"name": "UMUtils",
"version": "1.1.5",
"summary": "Utility Class Library",
"homepage": "https://github.com/umobi/UMUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ramon Vicente": "ramon@umobi.com.br",
"brennobemoura": "brenno@umobi.com.br"
},
"source": {
"git": "https://github.com/umobi/UMUtils.git",
"tag": "1.1.5"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"description": "TODO: Add long description of the pod here.",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/UMUtils/Core/**/*.swift"
},
{
"name": "UMMaterial",
"source_files": "Sources/UMUtils/UMMaterial/**/*.swift",
"dependencies": {
"UMUtils/Core": [
],
"Material": [
">= 3.0.0",
"< 4.0.0"
],
"ConstraintBuilder": [
">= 1.0.2",
"< 2.0.0"
]
}
},
{
"name": "UMView",
"source_files": "Sources/UMUtils/UMView/**/*.swift",
"dependencies": {
"UMUtils/Core": [
],
"ConstraintBuilder": [
">= 1.0.2",
"< 2.0.0"
],
"UIContainer": [
">= 1.2.0",
"< 2.0.0"
]
}
},
{
"name": "RxUMUtils",
"source_files": "Sources/UMUtils/RxUMUtils/**/*.swift",
"dependencies": {
"UMUtils/Core": [
],
"RxSwift": [
">= 5.0.0",
"< 6.0.0"
],
"RxCocoa": [
">= 5.0.0",
"< 6.0.0"
]
}
},
{
"name": "RxUMAIFlatSwitch",
"source_files": "Sources/UMUtils/RxUMAIFlatSwitch/**/*.swift",
"dependencies": {
"UMUtils/RxUMUtils": [
],
"AIFlatSwitch": [
">= 1.0.7",
"< 2.0.0"
]
}
},
{
"name": "RxUMActivity",
"source_files": "Sources/UMUtils/RxUMActivity/**/*.swift",
"dependencies": {
"UMUtils/RxUMUtils": [
],
"UIContainer": [
">= 1.2.0",
"< 2.0.0"
]
}
},
{
"name": "UMViewModel",
"source_files": "Sources/UMUtils/UMViewModel/**/*.swift",
"dependencies": {
"UMUtils/Core": [
]
}
},
{
"name": "UMAPIModel",
"source_files": "Sources/UMUtils/UMAPIModel/**/*.swift",
"dependencies": {
"Moya": [
">= 14.0.0",
"< 15.0.0"
],
"RxSwift": [
">= 5.0.0",
"< 6.0.0"
],
"RxCocoa": [
">= 5.0.0",
"< 6.0.0"
]
}
}
],
"swift_version": "5.1"
}