Skip to content

Commit b2aa8cf

Browse files
committed
[fix] fix podspec linces path
1 parent 9f45076 commit b2aa8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ZMarkupParser.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Pod::Spec.new do |s|
22
s.name = 'ZMarkupParser'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.summary = 'ZMediumToMarkdown lets you download Medium post and convert it to markdown format easily.'
55
s.homepage = 'https://github.com/ZhgChgLi/ZMediumToMarkdown'
6-
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
6+
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { 'ZhgChgLi' => '[email protected]' }
88
s.source = { :git => 'https://github.com/ZhgChgLi/ZMediumToMarkdown.git', :tag => s.version.to_s }
99
s.ios.deployment_target = '10.0'

0 commit comments

Comments
 (0)