blob: 0430f7d02a22d5aa28fac65f8fc2c753064f7302 [file] [log] [blame]
{
"name": "RxFileMonitor",
"version": "2.0.2",
"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": "2.0.2"
},
"platforms": {
"osx": "10.11"
},
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"requires_arc": true,
"source_files": "RxFileMonitor/*.swift",
"osx": {
"source_files": "RxFileMonitor/*.swift"
},
"dependencies": {
"RxSwift": [
"~> 5.0"
]
},
"swift_version": "5.1"
}