forked from Cocoanetics/DTRichTextEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDTRichTextEditor.podspec
More file actions
18 lines (18 loc) · 848 Bytes
/
DTRichTextEditor.podspec
File metadata and controls
18 lines (18 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |spec|
spec.name = 'DTRichTextEditor'
spec.version = '1.6.12'
spec.platform = :ios, '6.0'
spec.license = 'BSD'
spec.source = { :git => 'https://github.com/Cocoanetics/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.16'
spec.dependency 'DTWebArchive', '~>0.0.2'
spec.dependency 'DTLoupe', '~>1.5.8'
spec.dependency 'DTFoundation/Core', '~>1.7.8'
spec.frameworks = 'AssetsLibrary'
spec.requires_arc = true
spec.homepage = 'http://www.cocoanetics.com/parts/dtrichtexteditor/'
spec.summary = 'A framework to implement Rich Text Editing on iOS.'
spec.author = { 'Oliver Drobnik' => 'oliver@cocoanetics.com' }
end