[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / a / e / RxFileMonitor / 2.0.0 / RxFileMonitor.podspec.json
blob0da6ccc0095d8b3e6438a0e076da99412b70516e
2   "name": "RxFileMonitor",
3   "version": "2.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": "2.0.0"
14   },
15   "platforms": {
16     "osx": "10.11"
17   },
18   "swift_versions": "5.0",
19   "requires_arc": true,
20   "source_files": "RxFileMonitor/*.swift",
21   "osx": {
22     "source_files": "RxFileMonitor/*.swift"
23   },
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.5"
27     ]
28   }