Skip to content

Commit

Permalink
fix: extend ios podspec preserve_path
Browse files Browse the repository at this point in the history
  • Loading branch information
reime005 committed Feb 8, 2020
1 parent d3f02c5 commit 272c6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNTapjoy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
s.source = source
s.source_files = "ios/*.{m,h}"
s.public_header_files = "ios/*.h"
s.preserve_paths = 'README.md', 'package.json', '*.js'
s.preserve_paths = 'README.md', 'package.json', '*.js', 'LICENSE', 'TODO*'

s.platform = :ios, "9.0"
s.dependency 'React'
Expand Down

0 comments on commit 272c6c2

Please sign in to comment.