[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 0 / c / BlazeHTMLCell / 0.0.4 / BlazeHTMLCell.podspec.json
blob0f8506184aa50ce42c4dd913564f4e9fc31466a5
2   "name": "BlazeHTMLCell",
3   "version": "0.0.4",
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.4"
14   },
15   "source_files": "BlazeHTMLCell/*.{h,m}",
16   "platforms": {
17     "ios": null
18   },
19   "requires_arc": "true",
20   "dependencies": {
21     "Blaze": [
23     ],
24     "DTCoreText": [
26     ],
27     "TTTAttributedLabel": [
29     ]
30   }