[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 5 / f / Waaatcher / 0.1.3 / Waaatcher.podspec.json
blob983dbb3a7e6cb7e5b9ac2fc5f0f007a29bd15a42
2   "name": "Waaatcher",
3   "version": "0.1.3",
4   "authors": [
5     "Chen",
6     {
7       "Chen": "hechen.dream@gmail.com"
8     }
9   ],
10   "homepage": "https://github.com/hechen/Waaatcher.git",
11   "summary": "File Stream Event Wrapper for macOS",
12   "platforms": {
13     "osx": "10.13"
14   },
15   "source": {
16     "git": "https://github.com/hechen/Waaatcher.git",
17     "tag": "0.1.3"
18   },
19   "swift_version": "5.0",
20   "license": {
21     "type": "MIT",
22     "file": "LICENSE",
23     "text": "Permission is hereby granted ..."
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/*.swift"
30     },
31     {
32       "name": "Rx",
33       "source_files": "Source/Rx/**/**",
34       "dependencies": {
35         "Waaatcher/Core": [
37         ],
38         "RxSwift": [
39           "~> 5.0"
40         ]
41       }
42     }
43   ]