blob: d8c570b7cbf2e9bab11b7bb7cb4829f4d0937363 [file] [log] [blame]
{
"name": "Weakable",
"version": "1.0.0",
"summary": "An easy way to hold weak references in Swift.",
"screenshots": "https://github.com/BellAppLab/Weakable/raw/master/Images/weakable.png",
"description": "Weakable is an easy way to hold `weak` references in Swift.\n\nWith Weakable you can create weak arrays, weak dictionaries and many other cool things.\n\nšŸ˜Ž",
"homepage": "https://github.com/BellAppLab/Weakable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bell App Lab": "apps@bellapplab.com"
},
"social_media_url": "https://twitter.com/BellAppLab",
"platforms": {
"ios": "9.0",
"watchos": "3.0",
"osx": "10.10",
"tvos": "9.0"
},
"module_name": "Weakable",
"source": {
"git": "https://github.com/BellAppLab/Weakable.git",
"tag": "1.0.0"
},
"source_files": "Sources/Weakable",
"frameworks": "Foundation"
}