blob: ac3d577780d304c927e9984816ebe35a642aa1b2 [file] [log] [blame]
{
"name": "ObservationLite",
"version": "1.0.0",
"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"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/evanxlh/ObservationLite.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{swift}",
"swift_version": "5.0"
}