[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 1 / b / CleanUtils / 0.1.0 / CleanUtils.podspec.json
blob47fbb342d78026b25342b0b84fbab97544b669c2
2   "name": "CleanUtils",
3   "version": "0.1.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": "v0.1.0"
16   },
17   "source_files": "CleanUtils/Classes/**/*",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "4.2",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "RxSwift": [
29     ],
30     "RxCocoa": [
32     ]
33   }