[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / a / DTCoreText / 1.0.0 / DTCoreText.podspec.json
blob27690194c990cf81da512ac91c31f2b8ed9e35e1
2   "name": "DTCoreText",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": null
6   },
7   "license": "BSD",
8   "source": {
9     "git": "https://github.com/Cocoanetics/DTCoreText.git",
10     "tag": "1.0.0"
11   },
12   "prefix_header_file": "Core/DTCoreText-Prefix.pch",
13   "source_files": "Core/Source/*.{h,m,c}",
14   "frameworks": [
15     "MediaPlayer",
16     "QuartzCore",
17     "CoreText",
18     "CoreGraphics",
19     "ImageIO"
20   ],
21   "requires_arc": true,
22   "homepage": "https://github.com/Cocoanetics/DTCoreText",
23   "summary": "Methods to allow using HTML code with CoreText.",
24   "authors": {
25     "Oliver Drobnik": "oliver@drobnik.com"
26   },
27   "libraries": "xml2",
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
30   },
31   "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"