[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 5 / f / Waaatcher / 0.1.4 / Waaatcher.podspec.json
blob6bd5f9f82e288349e0f3da720995ac6401b3073e
2   "name": "Waaatcher",
3   "version": "0.1.4",
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.4"
18   },
19   "swift_versions": "5.0",
20   "license": {
21     "type": "MIT",
22     "file": "LICENSE",
23     "text": "Permission is hereby granted ..."
24   },
25   "default_subspecs": "Core",
26   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Source/*.swift"
31     },
32     {
33       "name": "Rx",
34       "source_files": "Source/Rx/**/**",
35       "dependencies": {
36         "Waaatcher/Core": [
38         ],
39         "RxSwift": [
40           "~> 5.0"
41         ]
42       }
43     }
44   ]