[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 3 / 7 / Unio / 0.4.1 / Unio.podspec.json
blob48b064c67b1ff88b0c28e47fc4e15832f2f4469e
2   "name": "Unio",
3   "version": "0.4.1",
4   "summary": "KeyPath based Unidirectionarl Input / Output framework with RxSwift.",
5   "homepage": "https://github.com/cats-oss/Unio",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Taiki Suzuki": "suzuki_taiki@cyberagent.co.jp"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/cats-oss/Unio.git",
18     "tag": "0.4.1"
19   },
20   "source_files": "Unio/**/*.{swift}",
21   "dependencies": {
22     "RxSwift": [
23       "~> 5.0"
24     ],
25     "RxCocoa": [
26       "~> 5.0"
27     ]
28   },
29   "swift_version": "5.0"