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