blob: 50735e8a8f0d41c562ef4f27316bfa5d79d0dd0b [file] [log] [blame]
{
"name": "CleanUtils",
"version": "1.0.0",
"summary": "Swift toolkit to help building simple and clean viewModels with states handling using RxSwift",
"homepage": "https://github.com/Tonbouy/CleanUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tonbouy": "nicolas.ribeiroteixeira@gmail.com"
},
"source": {
"git": "https://github.com/Tonbouy/CleanUtils.git",
"tag": "v1.0.0"
},
"source_files": "CleanUtils/Classes/**/*",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
}
}