blob: bb5e6c714967239b89b0836ea17e1ebdd8ebb25b [file] [log] [blame]
{
"name": "Waaatcher",
"version": "0.1.2",
"authors": [
"Chen",
{
"Chen": "hechen.dream@gmail.com"
}
],
"homepage": "https://github.com/hechen/Waaatcher.git",
"summary": "File Stream Event Wrapper for macOS",
"platforms": {
"osx": "10.13"
},
"source": {
"git": "https://github.com/hechen/Waaatcher.git",
"tag": "0.1.2"
},
"swift_version": "5.0",
"license": {
"type": "MIT",
"file": "LICENSE",
"text": "Permission is hereby granted ..."
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift"
},
{
"name": "Rx",
"source_files": "Source/Rx/**/**",
"dependencies": {
"Waaatcher/Core": [
],
"RxSwift": [
"~> 4.5"
]
}
}
]
}