blob: d1f3fdbd2502ae0de1147f9b28a1618712e487e8 [file] [log] [blame]
{
"name": "Backgroundable",
"version": "1.3.4",
"summary": "A collection of handy classes, extensions and global functions to handle being in the background using Swift.",
"screenshots": "https://github.com/BellAppLab/Backgroundable/raw/master/Images/backgroundable.png",
"description": "Backgroundable is a collection of handy classes, extensions and global functions to handle being in the background using Swift.\n\nIt's main focus is to add functionalities to existing `Operation`s and `OperationQueue`s, without adding overheads to the runtime (aka it's fast) nor to the developer (aka there's very little to learn).\n\nIt's powerful because it's simple.",
"homepage": "https://github.com/BellAppLab/Backgroundable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bell App Lab": "apps@bellapplab.com"
},
"social_media_url": "https://twitter.com/BellAppLab",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"swift_versions": "5.1",
"module_name": "Backgroundable",
"source": {
"git": "https://github.com/BellAppLab/Backgroundable.git",
"tag": "1.3.4"
},
"source_files": "Sources/Backgroundable",
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"swift_version": "5.1"
}