blob: b9c1cdbe0cc77f3f9f1a1f78c1f95a43d710b196 [file] [log] [blame]
{
"name": "RxFileMonitor",
"version": "1.2.1",
"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": "1.2.1"
},
"requires_arc": true,
"platforms": {
"osx": "10.11"
},
"source_files": "RxFileMonitor/*.swift",
"osx": {
"source_files": "RxFileMonitor/*.swift"
},
"dependencies": {
"RxSwift": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}