blob: 44d3f8693c28c1538a8145b14922dc1b7a6d3b24 [file] [log] [blame]
{
"name": "RxFileMonitor",
"version": "3.0.0",
"summary": "RxSwift reactive wrapper for Mac file system events.",
"description": "CoreFoundation file system even wrapper for RxSwift which lets you\nmonitor folders for content changes and file updates.",
"homepage": "https://github.com/RxSwiftCommunity/RxFileMonitor",
"license": "MIT",
"authors": {
"Christian Tietze": "hi@christiantietze.de"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxFileMonitor.git",
"tag": "3.0.0"
},
"platforms": {
"osx": "10.11"
},
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2",
"5.3"
],
"requires_arc": true,
"source_files": "RxFileMonitor/*.swift",
"osx": {
"source_files": "RxFileMonitor/*.swift"
},
"dependencies": {
"RxSwift": [
"~> 6.0"
]
},
"swift_version": "5.3"
}