[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / a / DTCoreText / 1.6.12 / DTCoreText.podspec.json
bloba90faf5c0786636df3b5362a7ef2e37179323297
2   "name": "DTCoreText",
3   "version": "1.6.12",
4   "platforms": {
5     "ios": "4.3"
6   },
7   "license": "BSD",
8   "source": {
9     "git": "https://github.com/Cocoanetics/DTCoreText.git",
10     "tag": "1.6.12"
11   },
12   "source_files": "Core/Source/*.{h,m,c}",
13   "dependencies": {
14     "DTFoundation/Core": [
15       "~>1.7.0"
16     ],
17     "DTFoundation/UIKit": [
18       "~>1.7.0"
19     ],
20     "DTFoundation/DTHTMLParser": [
21       "~>1.7.0"
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   "documentation_url": "http://docs.cocoanetics.com/DTCoreText",
38   "social_media_url": "https://twitter.com/cocoanetics",
39   "prefix_header_contents": "#import <CoreText/CoreText.h>",
40   "prepare_command": "     cd ./Core/Source\n     /usr/bin/xxd -i default.css default.css.c\n"