[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / a / DTCoreText / 1.6.20 / DTCoreText.podspec.json
blob0dc3516ace82227ba243559c595edd7ecb45eac8
2   "name": "DTCoreText",
3   "version": "1.6.20",
4   "platforms": {
5     "ios": "4.3",
6     "tvos": "9.0"
7   },
8   "license": "BSD",
9   "source": {
10     "git": "https://github.com/Cocoanetics/DTCoreText.git",
11     "tag": "1.6.20"
12   },
13   "source_files": "Core/Source/*.{h,m,c}",
14   "ios": {
15     "source_files": "Core/Source/iOS/*.{h,m,c}"
16   },
17   "dependencies": {
18     "DTFoundation/Core": [
19       "~>1.7.5"
20     ],
21     "DTFoundation/UIKit": [
22       "~>1.7.5"
23     ],
24     "DTFoundation/DTHTMLParser": [
25       "~>1.7.5"
26     ],
27     "DTFoundation/DTAnimatedGIF": [
28       "~>1.7.5"
29     ]
30   },
31   "frameworks": [
32     "MediaPlayer",
33     "QuartzCore",
34     "CoreText",
35     "CoreGraphics",
36     "ImageIO"
37   ],
38   "requires_arc": true,
39   "homepage": "https://github.com/Cocoanetics/DTCoreText",
40   "summary": "Methods to allow using HTML code with CoreText.",
41   "authors": {
42     "Oliver Drobnik": "oliver@cocoanetics.com"
43   },
44   "documentation_url": "http://docs.cocoanetics.com/DTCoreText",
45   "social_media_url": "https://twitter.com/cocoanetics",
46   "prefix_header_contents": "#import <CoreText/CoreText.h>",
47   "xcconfig": {
48     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited)"
49   },
50   "prepare_command": "cd ./Core/Source\n/usr/bin/xxd -i default.css default.css.c",
51   "default_subspecs": "Core",
52   "subspecs": [
53     {
54       "name": "Core",
55       "source_files": "Core/Source/*.{h,m,c}"
56     },
57     {
58       "name": "Extension",
59       "source_files": "Core/Source/*.{h,m,c}",
60       "pod_target_xcconfig": {
61         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DT_APP_EXTENSIONS=1"
62       }
63     }
64   ]