blob: ac2adfe7b6b11fa9c72a798c1e39142ee0cebff1 [file] [log] [blame]
{
"name": "CancelBag",
"version": "1.0.0",
"summary": "A DisposeBag for Combine",
"homepage": "https://github.com/devxoul/CancelBag",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/CancelBag.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": [
"Foundation",
"Combine"
],
"swift_versions": "5.1",
"platforms": {
"osx": "10.15",
"ios": "13.0",
"tvos": "13.0",
"watchos": "6.0"
},
"swift_version": "5.1"
}