[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 0 / c / BlazeHTMLCell / 0.0.11 / BlazeHTMLCell.podspec.json
blob3f850ccebd9c6b0d8b9e9e04526b753218fcab09
2   "name": "BlazeHTMLCell",
3   "version": "0.0.11",
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.11"
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   }