[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / d / 5 / 6 / Backgroundable / 1.0.0 / Backgroundable.podspec.json
blob6163c4f48973f0e3f9c5fee4488cd6a5d42188c4
2   "name": "Backgroundable",
3   "version": "1.0.0",
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   "module_name": "Backgroundable",
22   "source": {
23     "git": "https://github.com/BellAppLab/Backgroundable.git",
24     "tag": "1.0.0"
25   },
26   "source_files": "Sources/Backgroundable",
27   "frameworks": "Foundation",
28   "ios": {
29     "frameworks": "UIKit"
30   },
31   "tvos": {
32     "frameworks": "UIKit"
33   }