blob: 338c7c482ec1b33385f627edac1fb3cb25a1c890 [file] [log] [blame]
{
"name": "UMUtils",
"version": "1.1.2",
"summary": "Utility Class Library",
"description": "TODO: Add long description of the pod here.",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/UMUtils/**/*.swift"
},
{
"name": "UMMaterial",
"source_files": "Sources/UMMaterial/**/*.swift",
"dependencies": {
"UMUtils/Core": [
],
"Material": [
"~> 3.1.8"
],
"ConstraintBuilder": [
"~> 1.0.2"
]
}
},
{
"name": "UMView",
"source_files": "Sources/UMView/**/*.swift",
"dependencies": {
"UMUtils/Core": [
],
"ConstraintBuilder": [
"~> 1.0.2"
],
"UIContainer": [
"~> 1.2.0-beta.9"
]
}
},
{
"name": "RxUMUtils",
"source_files": "Sources/RxUMUtils/*.swift",
"dependencies": {
"UMUtils/Core": [
],
"RxSwift": [
"~> 5.0.0"
],
"RxCocoa": [
"~> 5.0.0"
]
}
},
{
"name": "RxUMAIFlatSwitch",
"source_files": "Sources/RxUMAIFlatSwitch/**/*.swift",
"dependencies": {
"UMUtils/RxUMUtils": [
],
"AIFlatSwitch": [
"~> 1.0.7"
]
}
},
{
"name": "RxUMActivity",
"source_files": "Sources/RxUMActivity/**/*.swift",
"dependencies": {
"UMUtils/RxUMUtils": [
],
"UIContainer": [
"~> 1.2.0-beta.9"
]
}
},
{
"name": "UMViewModel",
"source_files": "Sources/UMViewModel/**/*.swift",
"dependencies": {
"UMUtils/Core": [
]
}
},
{
"name": "UMAPIModel",
"source_files": "Sources/UMAPIModel/**/*.swift",
"dependencies": {
"Moya": [
"~> 14.0.0"
],
"RxSwift": [
"~> 5.0.0"
],
"RxCocoa": [
"~> 5.0.0"
]
}
}
],
"swift_version": "5.1"
}