blob: 482c7d86bfcfec256c1eeb58100b48a666d70308 [file] [log] [blame]
{
"name": "ASCoalescingOperationQueue",
"version": "0.5.0",
"summary": "A dispatch queue where you only ever have one block queued.",
"homepage": "https://github.com/appscape/ASCoalescingOperationQueue",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Martin Schuerrer": "martin@schuerrer.org"
},
"source": {
"git": "https://github.com/appscape/ASCoalescingOperationQueue.git",
"tag": "v0.5.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.6"
},
"source_files": "ASCoalescingOperationQueue.{h,m}",
"requires_arc": true
}