blob: 4325031b047b71662faa7770d61208a1bcc68a1f [file] [log] [blame]
{
"name": "IISerialAsyncOperationQueue",
"version": "1.0",
"summary": "A serial queue supporting async operations. The next operation starts only after the previous one completes.",
"homepage": "https://github.com/Inferis/IISerialAsyncOperationQueue",
"social_media_url": "https://twitter.com/inferis",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom Adriaenssen": "http://inferis.org/"
},
"source": {
"git": "https://github.com/Inferis/IISerialAsyncOperationQueue.git",
"tag": "1.0"
},
"source_files": "IISerialAsyncOperationQueue/*.{h,m}",
"requires_arc": true
}