[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 9 / 5 / BlazeMarkdownCell / 0.0.7 / BlazeMarkdownCell.podspec.json
blob81bda4335a99938f0403daf5ee633cafd57e2dcc
2   "name": "BlazeMarkdownCell",
3   "version": "0.0.7",
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.7"
14   },
15   "xcconfig": {
16     "CLANG_ENABLE_OBJC_WEAK": "YES"
17   },
18   "source_files": "BlazeMarkdownCell/**/*.{h,m}",
19   "platforms": {
20     "ios": null
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "Blaze": [
26     ],
27     "TTTAttributedLabel": [
29     ]
30   }