2 "name": "Backgroundable",
4 "summary": "A collection of handy classes, extensions and global functions to handle being in the background using Swift.",
5 "screenshots": "https://github.com/BellAppLab/Backgroundable/raw/master/Images/backgroundable.png",
6 "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.",
7 "homepage": "https://github.com/BellAppLab/Backgroundable",
13 "Bell App Lab": "apps@bellapplab.com"
15 "social_media_url": "https://twitter.com/BellAppLab",
21 "module_name": "Backgroundable",
23 "git": "https://github.com/BellAppLab/Backgroundable.git",
26 "source_files": "Sources/Backgroundable",
27 "frameworks": "Foundation",