Skip to content

Commit

Permalink
[Add] DTCoreText 1.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik authored and CocoaPodsBot committed Oct 17, 2014
1 parent 9d384e5 commit cc75c56
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions Specs/DTCoreText/1.6.14/DTCoreText.podspec.json
@@ -0,0 +1,44 @@
{
"name": "DTCoreText",
"version": "1.6.14",
"platforms": {
"ios": "4.3"
},
"license": "BSD",
"source": {
"git": "https://github.com/Cocoanetics/DTCoreText.git",
"tag": "1.6.14"
},
"source_files": "Core/Source/*.{h,m,c}",
"dependencies": {
"DTFoundation/Core": [
"~>1.7.1"
],
"DTFoundation/UIKit": [
"~>1.7.1"
],
"DTFoundation/DTHTMLParser": [
"~>1.7.1"
],
"DTFoundation/DTAnimatedGIF": [
"~>1.7.1"
]
},
"frameworks": [
"MediaPlayer",
"QuartzCore",
"CoreText",
"CoreGraphics",
"ImageIO"
],
"requires_arc": true,
"homepage": "https://github.com/Cocoanetics/DTCoreText",
"summary": "Methods to allow using HTML code with CoreText.",
"authors": {
"Oliver Drobnik": "oliver@cocoanetics.com"
},
"documentation_url": "http://docs.cocoanetics.com/DTCoreText",
"social_media_url": "https://twitter.com/cocoanetics",
"prefix_header_contents": "#import <CoreText/CoreText.h>",
"prepare_command": " cd ./Core/Source\n /usr/bin/xxd -i default.css default.css.c\n"
}

0 comments on commit cc75c56

Please sign in to comment.