[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 7 / f / BCLContinuations / 0.2 / BCLContinuations.podspec.json
blob2868d4754159ff5d33414292078f3ab413f6563e
2   "name": "BCLContinuations",
3   "version": "0.2",
4   "summary": "A little continuations library for Objective-C.",
5   "description": "A little continuations library for Objective-C. Created as a by product of BCJSONMapper. Useful for organising a sequence of tasks, any of which could fail.\n",
6   "homepage": "https://github.com/BenedictC/BCLContinuations",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Benedict Cohen": "ben@benedictcohen.co.uk"
13   },
14   "social_media_url": "http://twitter.com/BenedictC",
15   "source": {
16     "git": "https://github.com/BenedictC/BCLContinuations.git",
17     "tag": "0.2"
18   },
19   "source_files": [
20     "BCLContinuations",
21     "BCLContinuations/**/*.{h,m}"
22   ],
23   "requires_arc": true