Skip to content

Commit d755e20

Browse files
committed
[fix] update podspec
1 parent a8fe015 commit d755e20

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,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'ZMarkupParser'
3-
s.version = '1.0.3'
3+
s.version = '1.0.4'
44
s.summary = 'ZMediumToMarkdown lets you download Medium post and convert it to markdown format easily.'
55
s.homepage = 'https://github.com/ZhgChgLi/ZMediumToMarkdown'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { 'ZhgChgLi' => '[email protected]' }
88
s.source = { :git => 'https://github.com/ZhgChgLi/ZMediumToMarkdown.git', :tag => 'v' + s.version.to_s }
99
s.ios.deployment_target = '11.0'
1010
s.swift_version = '5.0'
11-
s.source_files = 'Sources/MarkupParser/**/*.swift'
11+
s.source_files = ["Sources/**/*.swift"]
1212
end

0 commit comments

Comments
 (0)