[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / a / e / RxFileMonitor / 3.0.0 / RxFileMonitor.podspec.json
blob44d3f8693c28c1538a8145b14922dc1b7a6d3b24
2   "name": "RxFileMonitor",
3   "version": "3.0.0",
4   "summary": "RxSwift reactive wrapper for Mac file system events.",
5   "description": "CoreFoundation file system even wrapper for RxSwift which lets you\nmonitor folders for content changes and file updates.",
6   "homepage": "https://github.com/RxSwiftCommunity/RxFileMonitor",
7   "license": "MIT",
8   "authors": {
9     "Christian Tietze": "hi@christiantietze.de"
10   },
11   "source": {
12     "git": "https://github.com/RxSwiftCommunity/RxFileMonitor.git",
13     "tag": "3.0.0"
14   },
15   "platforms": {
16     "osx": "10.11"
17   },
18   "swift_versions": [
19     "4.2",
20     "5.0",
21     "5.1",
22     "5.2",
23     "5.3"
24   ],
25   "requires_arc": true,
26   "source_files": "RxFileMonitor/*.swift",
27   "osx": {
28     "source_files": "RxFileMonitor/*.swift"
29   },
30   "dependencies": {
31     "RxSwift": [
32       "~> 6.0"
33     ]
34   },
35   "swift_version": "5.3"