blob: 47fbb342d78026b25342b0b84fbab97544b669c2 [file] [log] [blame]
{
"name": "CleanUtils",
"version": "0.1.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": "v0.1.0"
},
"source_files": "CleanUtils/Classes/**/*",
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
}
}