blob: fe840e65dcb6e6afef1b1165bc8087ac7a27c5a6 [file] [log] [blame]
{
"name": "ObservationLite",
"version": "0.0.1",
"summary": "A very lightweight & multi-platform observable using swift.",
"homepage": "https://evanxlh.github.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evan Xie": "evanxie.mr@foxmail.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/evanxlh/ObservationLite.git",
"tag": "0.0.1"
},
"source_files": "Source/*.{swift}",
"swift_version": "5.0"
}