[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / a / e / RxFileMonitor / 4.0.0 / RxFileMonitor.podspec.json
blob99f88f5945af1c127e1350fdcc93e3f132dbac6e
2   "name": "RxFileMonitor",
3   "version": "4.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": "4.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     "5.4",
25     "5.5",
26     "5.6",
27     "5.7"
28   ],
29   "requires_arc": true,
30   "source_files": "RxFileMonitor/*.swift",
31   "osx": {
32     "source_files": "RxFileMonitor/*.swift"
33   },
34   "dependencies": {
35     "RxSwift": [
36       "~> 6.0"
37     ]
38   },
39   "swift_version": "5.7"