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