[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / 5 / f / KXHtmlLabel / 0.8.1 / KXHtmlLabel.podspec.json
blob2d806b51496f3cd851c5add3158f714546492b0c
2   "name": "KXHtmlLabel",
3   "version": "0.8.1",
4   "homepage": "https://github.com/kxzen/KXHtmlLabel",
5   "summary": "powerful UILabel extension, display HTML on UILabel",
6   "authors": {
7     "kxzen": "kevinapp38@gmail.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE.md"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/kxzen/KXHtmlLabel.git",
18     "tag": "0.8.1"
19   },
20   "requires_arc": true,
21   "resources": "KXHtmlLabel/FontAwesome.otf",
22   "source_files": "KXHtmlLabel/**/*.{h,m}",
23   "public_header_files": "KXHtmlLabel/**/*.h",
24   "private_header_files": "KXHtmlLabel/PrivateHeaders/**/*.h",
25   "frameworks": [
26     "UIKit",
27     "CoreText"
28   ]