[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 2 / 3 / 7 / Unio / 0.3.0 / Unio.podspec.json
blobb8686805f534a0816ffc7253474127228666e34a
2   "name": "Unio",
3   "version": "0.3.0",
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.3.0"
19   },
20   "source_files": "Unio/**/*.{swift}",
21   "dependencies": {
22     "RxSwift": [
23       "~> 4.0"
24     ],
25     "RxCocoa": [
26       "~> 4.0"
27     ]
28   },
29   "swift_version": "4.2"