blob: d77131de931a5445ab6fae10705935bb3e8c827a [file] [log] [blame]
{
"name": "BCLContinuations",
"version": "0.4.1",
"summary": "A little continuations library for Objective-C.",
"description": "BCLContinuations was a little continuations library for Objective-C. It wasn't a good idea. It's now dead. Don't use it.\n",
"homepage": "https://github.com/BenedictC/BCLContinuations",
"deprecated": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benedict Cohen": "ben@benedictcohen.co.uk"
},
"social_media_url": "http://twitter.com/BenedictC",
"source": {
"git": "https://github.com/BenedictC/BCLContinuations.git",
"tag": "0.4.1"
},
"source_files": [
"BCLContinuations",
"BCLContinuations/**/*.{h,m}"
],
"requires_arc": true
}