├── .gitignore ├── JTSBGTask.podspec ├── JTSBGTask.swift ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaredsinclair/JTSBGTask/HEAD/.gitignore -------------------------------------------------------------------------------- /JTSBGTask.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaredsinclair/JTSBGTask/HEAD/JTSBGTask.podspec -------------------------------------------------------------------------------- /JTSBGTask.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaredsinclair/JTSBGTask/HEAD/JTSBGTask.swift -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaredsinclair/JTSBGTask/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaredsinclair/JTSBGTask/HEAD/README.md --------------------------------------------------------------------------------