Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
j-piasecki committed Apr 10, 2024
1 parent b988c8a commit 320d552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNLiveMarkdown.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.platforms = { :ios => "11.0" }
s.source = { :git => "https://github.com/expensify/react-native-live-markdown.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,cpp}"
s.source_files = "ios/**/*.{h,m,mm}"

s.resources = "parser/react-native-live-markdown-parser.js"

Expand Down

0 comments on commit 320d552

Please sign in to comment.