[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / a / e / RxFileMonitor / 1.2.1 / RxFileMonitor.podspec.json
blobb9c1cdbe0cc77f3f9f1a1f78c1f95a43d710b196
2   "name": "RxFileMonitor",
3   "version": "1.2.1",
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": "1.2.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "osx": "10.11"
18   },
19   "source_files": "RxFileMonitor/*.swift",
20   "osx": {
21     "source_files": "RxFileMonitor/*.swift"
22   },
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"