[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / a / DTCoreText / 1.6.10 / DTCoreText.podspec.json
blob5d4e6f158e4391a4c247c5d7cbbc283f1e12cd2a
2   "name": "DTCoreText",
3   "version": "1.6.10",
4   "platforms": {
5     "ios": "4.3"
6   },
7   "license": "BSD",
8   "source": {
9     "git": "https://github.com/Cocoanetics/DTCoreText.git",
10     "tag": "1.6.10"
11   },
12   "source_files": "Core/Source/*.{h,m,c}",
13   "dependencies": {
14     "DTFoundation/Core": [
15       "~>1.6.1"
16     ],
17     "DTFoundation/UIKit": [
18       "~>1.6.1"
19     ],
20     "DTFoundation/DTHTMLParser": [
21       "~>1.6.1"
22     ]
23   },
24   "frameworks": [
25     "MediaPlayer",
26     "QuartzCore",
27     "CoreText",
28     "CoreGraphics",
29     "ImageIO"
30   ],
31   "requires_arc": true,
32   "homepage": "https://github.com/Cocoanetics/DTCoreText",
33   "summary": "Methods to allow using HTML code with CoreText.",
34   "authors": {
35     "Oliver Drobnik": "oliver@cocoanetics.com"
36   },
37   "prefix_header_contents": "#import <CoreText/CoreText.h>",
38   "prepare_command": "     cd ./Core/Source\n     /usr/bin/xxd -i default.css default.css.c\n"