Skip to content

Commit 6e19785

Browse files
committed
add cocoaspods suports
1 parent a7113d3 commit 6e19785

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

DDRichText.podspec

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Pod::Spec.new do |s|
2+
s.name = "DDRichText"
3+
s.version = "1.0.0"
4+
s.summary = "Just like Weixin Moment and Weibo RichText"
5+
s.homepage = "https://github.com/daiweilai/DDRichText"
6+
s.license = "Apache License"
7+
s.author = { "David Day" => "[email protected]" }
8+
s.source = { :git => "https://github.com/daiweilai/DDRichText.git", :tag => 'v1.0.0'}
9+
s.source_files = 'DDRichTextLib','DDRichTextLib/**/*.{h,m}'
10+
s.requires_arc = true
11+
s.platform = :ios, '7.0'
12+
end

0 commit comments

Comments
 (0)