blob: ffb6d5e1ec75136abeff0e8d8f0590e8d4385806 [file] [log] [blame]
{
"name": "UMUtils",
"version": "1.1.3",
"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.3"
},
"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.1.8"
],
"ConstraintBuilder": [
"~> 1.0.2"
]
}
},
{
"name": "UMView",
"source_files": "Sources/UMUtils/UMView/**/*.swift",
"dependencies": {
"UMUtils/Core": [
],
"ConstraintBuilder": [
"~> 1.0.2"
],
"UIContainer": [
"~> 1.2.0-beta.10"
]
}
},
{
"name": "RxUMUtils",
"source_files": "Sources/UMUtils/RxUMUtils/*.swift",
"dependencies": {
"UMUtils/Core": [
],
"RxSwift": [
"~> 5.0.0"
],
"RxCocoa": [
"~> 5.0.0"
]
}
},
{
"name": "RxUMAIFlatSwitch",
"source_files": "Sources/UMUtils/RxUMAIFlatSwitch/**/*.swift",
"dependencies": {
"UMUtils/RxUMUtils": [
],
"AIFlatSwitch": [
"~> 1.0.7"
]
}
},
{
"name": "RxUMActivity",
"source_files": "Sources/UMUtils/RxUMActivity/**/*.swift",
"dependencies": {
"UMUtils/RxUMUtils": [
],
"UIContainer": [
"~> 1.2.0-beta.10"
]
}
},
{
"name": "UMViewModel",
"source_files": "Sources/UMUtils/UMViewModel/**/*.swift",
"dependencies": {
"UMUtils/Core": [
]
}
},
{
"name": "UMAPIModel",
"source_files": "Sources/UMUtils/UMAPIModel/**/*.swift",
"dependencies": {
"Moya": [
"~> 14.0.0"
],
"RxSwift": [
"~> 5.0.0"
],
"RxCocoa": [
"~> 5.0.0"
]
}
}
],
"swift_version": "5.1"
}