[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / d / 7 / f / BCLContinuations / 0.3 / BCLContinuations.podspec.json
blobb7bccb1f50a152845f041208ee5d30d6cc77c706
2   "name": "BCLContinuations",
3   "version": "0.3",
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.3"
18   },
19   "source_files": [
20     "BCLContinuations",
21     "BCLContinuations/**/*.{h,m}"
22   ],
23   "requires_arc": true