Skip to content

Commit 6f3d631

Browse files
committed
[Feat] add support cocoapods
1 parent 6a02ed0 commit 6f3d631

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ZMarkupParser.podspec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'ZMarkupParser'
3+
s.version = '1.0.0'
4+
s.summary = 'ZMediumToMarkdown lets you download Medium post and convert it to markdown format easily.'
5+
s.homepage = 'https://github.com/ZhgChgLi/ZMediumToMarkdown'
6+
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
7+
s.author = { 'ZhgChgLi' => '[email protected]' }
8+
s.source = { :git => 'https://github.com/ZhgChgLi/ZMediumToMarkdown.git', :tag => s.version.to_s }
9+
s.ios.deployment_target = '10.0'
10+
s.swift_version = '5.0'
11+
s.source_files = 'Sources/ZMarkupParser/**/*'
12+
end

0 commit comments

Comments
 (0)