[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / a / DTCoreText / 1.6.27 / DTCoreText.podspec.json
blob529977dca887663ae877eed64e3e78e7366d03ea
2   "name": "DTCoreText",
3   "version": "1.6.27",
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.27"
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   "resource_bundles": {
51     "Resources": "Core/Source/default.css"
52   },
53   "default_subspecs": "Core",
54   "subspecs": [
55     {
56       "name": "Core",
57       "source_files": "Core/Source/*.{h,m,c}"
58     },
59     {
60       "name": "Extension",
61       "source_files": "Core/Source/*.{h,m,c}",
62       "pod_target_xcconfig": {
63         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DT_APP_EXTENSIONS=1"
64       }
65     }
66   ]