[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / c / 9 / 6 / OmegaPipe / 1.0.1 / OmegaPipe.podspec.json
blobefd386fa2184468dbc7250456e15175222728c58
2   "name": "OmegaPipe",
3   "version": "1.0.1",
4   "summary": "Simple, flexible MVVM protocol using Command pattern",
5   "homepage": "https://github.com/tokijh/OmegaPipe",
6   "license": {
7     "type": "MIT",
8     "file": "LICENCE"
9   },
10   "authors": {
11     "tokijh": "tokijh@naver.com"
12   },
13   "social_media_url": "https://facebook.com/tokijh",
14   "swift_version": "4.2",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/tokijh/OmegaPipe.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "OmegaPipe/**/*.swift",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0"
27     ]
28   }