blob: 84e161cc187a1a451b035908272673037a3c717c [file] [log] [blame]
{
"name": "WeakMapTable",
"version": "1.1.0",
"summary": "A weak-to-strong map table",
"homepage": "https://github.com/ReactorKit/WeakMapTable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/ReactorKit/WeakMapTable.git",
"tag": "1.1.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "Foundation",
"swift_versions": "5.1",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "3.0"
},
"swift_version": "5.1"
}