blob: 39de1838ca0b067abd06d343f7cb631e8f19a4a4 [file] [log] [blame]
{
"name": "Index",
"version": "1.1.1",
"summary": "Index helps with data collection for cells like UITableViewCell giving more information besides only the object",
"homepage": "https://github.com/umobi/Index",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"brennobemoura": "brenno@umobi.com.br"
},
"source": {
"git": "https://github.com/umobi/Index.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"description": "Index has Row, Section, and SectionRow as your data provider for collection of views. You can transform Object into Row<Object> easily. The Section is for data that has the same feeling for section with rows and you can transform them into Section or SectionRow with you want to have a one-dimensional data.",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Index/Core/**/*.swift"
},
{
"name": "IndexBindable",
"source_files": "Sources/Index/IndexBindable/**/*.swift",
"dependencies": {
"Index/Core": [
],
"UMUtils/UMViewModel": [
"~> 1.1.3"
],
"RxSwift": [
"~> 5.0.0"
],
"RxCocoa": [
"~> 5.0.0"
]
}
},
{
"name": "IndexContainer",
"source_files": "Sources/Index/IndexContainer/**/*.swift",
"dependencies": {
"Index/IndexBindable": [
],
"UIContainer": [
"~> 1.2.0-beta.9"
]
}
}
],
"swift_version": "5.1"
}