Skip to content

Commit

Permalink
Merge branch 'release-1.6.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Sep 18, 2014
2 parents 66a5da6 + 7520cf3 commit 43498c2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Core/Externals/DTCoreText
2 changes: 1 addition & 1 deletion Core/Externals/DTLoupe
Submodule DTLoupe updated from b3d8ba to 75b445
6 changes: 3 additions & 3 deletions DTRichTextEditor.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |spec|
spec.name = 'DTRichTextEditor'
spec.version = '1.6.7'
spec.version = '1.6.8'
spec.platform = :ios, '6.0'
spec.license = 'BSD'
spec.source = { :git => '[email protected]:parts/dtrichtexteditor.git', :tag => spec.version.to_s }
spec.source_files = 'Core/Source/*.{h,m,c}', 'Core/*.h'
spec.prefix_header_contents = '#import "DTLog.h"'
spec.dependency 'DTCoreText', '~>1.6.13'
spec.dependency 'DTWebArchive', '~>0.0.1'
spec.dependency 'DTLoupe', '~>1.5.4'
spec.dependency 'DTFoundation', '~>1.7.1'
spec.dependency 'DTLoupe', '~>1.5.5'
spec.dependency 'DTFoundation', '~>1.7.3'
spec.frameworks = 'AssetsLibrary'
spec.requires_arc = true
spec.homepage = 'http://www.cocoanetics.com/parts/dtrichtexteditor/'
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Change Log-template.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Change Log

This is the history of version updates.

Version 1.6.8

- CHANGED: Updated DTLoupe to 1.5.5

Version 1.6.7

- ADDED: Support for tintColor on >= iOS 7
Expand Down

0 comments on commit 43498c2

Please sign in to comment.