[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 1 / b / CleanUtils / 1.0.0 / CleanUtils.podspec.json
blob50735e8a8f0d41c562ef4f27316bfa5d79d0dd0b
2   "name": "CleanUtils",
3   "version": "1.0.0",
4   "summary": "Swift toolkit to help building simple and clean viewModels with states handling using RxSwift",
5   "homepage": "https://github.com/Tonbouy/CleanUtils",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tonbouy": "nicolas.ribeiroteixeira@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Tonbouy/CleanUtils.git",
15     "tag": "v1.0.0"
16   },
17   "source_files": "CleanUtils/Classes/**/*",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "RxSwift": [
29     ],
30     "RxCocoa": [
32     ]
33   }