[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 5 / 6 / Backgroundable / 1.2.2 / Backgroundable.podspec.json
blob71623cb5454b2d840ce135974dc2ac921c050360
2   "name": "Backgroundable",
3   "version": "1.2.2",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Bell App Lab": "apps@bellapplab.com"
14   },
15   "social_media_url": "https://twitter.com/BellAppLab",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10",
19     "tvos": "9.0"
20   },
21   "swift_version": "5.0",
22   "module_name": "Backgroundable",
23   "source": {
24     "git": "https://github.com/BellAppLab/Backgroundable.git",
25     "tag": "1.2.2"
26   },
27   "source_files": "Sources/Backgroundable",
28   "frameworks": "Foundation",
29   "ios": {
30     "frameworks": "UIKit"
31   },
32   "tvos": {
33     "frameworks": "UIKit"
34   }