[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / a / DTCoreText / 1.2.1 / DTCoreText.podspec.json
blobb19567ae5eb30707b206ca8ea0f2d1883d91d894
2   "name": "DTCoreText",
3   "version": "1.2.1",
4   "platforms": {
5     "ios": "4.3"
6   },
7   "license": "BSD",
8   "source": {
9     "git": "https://github.com/Cocoanetics/DTCoreText.git",
10     "tag": "1.2.1"
11   },
12   "source_files": "Core/Source/*.{h,m,c}",
13   "dependencies": {
14     "DTFoundation/Core": [
15       "~>1.0.0"
16     ],
17     "DTFoundation/DTHMLParser": [
18       "~>1.0.0"
19     ]
20   },
21   "frameworks": [
22     "MediaPlayer",
23     "QuartzCore",
24     "CoreText",
25     "CoreGraphics",
26     "ImageIO"
27   ],
28   "requires_arc": true,
29   "homepage": "https://github.com/Cocoanetics/DTCoreText",
30   "summary": "Methods to allow using HTML code with CoreText.",
31   "authors": {
32     "Oliver Drobnik": "oliver@drobnik.com"
33   },
34   "libraries": "xml2",
35   "xcconfig": {
36     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
37   },
38   "prefix_header_contents": "#import <CoreText/CoreText.h>",
39   "resources": "Demo/Resources/DTCoreTextFontOverrides.plist",
40   "prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"