Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Aug 8, 2013
1 parent 6bfdac2 commit 2115b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DTRichTextEditor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Pod::Spec.new do |spec|
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.3'
spec.dependency 'DTWebArchive', '~>0.0.1'
spec.dependency 'DTLoupe', '~>1.5.0'
spec.dependency 'DTFoundation', '~>1.5.1'
spec.dependency 'DTLoupe', '~>1.5.1'
spec.frameworks = 'AssetsLibrary'
spec.requires_arc = true
spec.homepage = 'http://www.cocoanetics.com/parts/dtrichtexteditor/'
Expand Down

0 comments on commit 2115b9b

Please sign in to comment.