blob: 26b1c5e2b2560020c68eb7df543b4ee31c830348 [file] [log] [blame]
{
"name": "BetterGCD",
"version": "0.1.1",
"summary": "BetterGCD 🌪 makes GCD fun! A swifty wrapper for the GCD API",
"description": "BetterGCD 🌪 is a highly simplistic Swift wrapper for the GCD API. While being simplistic, it allows usage of priority queues, timer-like repetition, delays, error catching, block chaining and value passing.",
"homepage": "https://github.com/Sebastian-Hojas/BetterGCD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sebastian Hojas": "sebastian.hojas@irrelvant.at"
},
"source": {
"git": "https://github.com/Sebastian-Hojas/BetterGCD.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/*"
}