blob: 2b70eb3505520f6c1f08692b2ae41e60e731ef2c [file] [log] [blame]
{
"name": "NonCoalescingDispatchQueue",
"version": "0.1.0",
"summary": "A non-coalescing dispatch queue.",
"description": "'GCD likes to coalesce calls to -dispatchAfter. This queue avoids that coalescence with the use of a CADisplayLink.'",
"homepage": "https://github.com/briansemiglia/NonCoalescingDispatchQueue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian Semiglia": "brian.semiglia@gmail.com"
},
"source": {
"git": "https://github.com/briansemiglia/NonCoalescingDispatchQueue.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NonCoalescingDispatchQueue/Classes/**/*",
"pushed_with_swift_version": "3.0"
}