[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 9 / 5 / BlazeMarkdownCell / 0.0.10 / BlazeMarkdownCell.podspec.json
blobb413f43362514b1823c43b1783e6f5db0887f934
2   "name": "BlazeMarkdownCell",
3   "version": "0.0.10",
4   "summary": "Markdown-cell addition to Blaze",
5   "license": "MIT",
6   "description": "Useful Markdown-cell addition to Blaze, using TSMarkdownParser and TTTAttributedLabel for performance and link checking",
7   "homepage": "https://github.com/BobDG/Blaze-MarkdownCell",
8   "authors": {
9     "Bob de Graaf": "graafict@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/BobDG/Blaze-MarkdownCell.git",
13     "tag": "0.0.10"
14   },
15   "source_files": "BlazeMarkdownCell/**/*.{h,m}",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "Blaze": [
23     ],
24     "TTTAttributedLabel": [
26     ]
27   }