Skip to content

Commit

Permalink
fix .mm files missing on pod install
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Mar 4, 2021
1 parent 6cd281e commit 91e80d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-mmkv-storage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.authors = package["author"]
s.platform = :ios, "9.0"
s.source = { :git => "#{s.homepage}", :tag => "V#{s.version}" }
s.source_files = "ios/**/*.{h,m}"
s.source_files = "ios/**/*.{h,m,mm}"
s.requires_arc = true
s.dependency 'React-Core'
s.dependency 'MMKV', '1.2.7'
Expand Down

1 comment on commit 91e80d5

@vercel
Copy link

@vercel vercel bot commented on 91e80d5 Mar 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.