nosnia-audio-recorder 0.4.3 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,7 +14,12 @@ Pod::Spec.new do |s|
|
|
|
14
14
|
s.source = { :git => "https://nosnia.ai.git", :tag => "#{s.version}" }
|
|
15
15
|
|
|
16
16
|
s.source_files = "ios/*.{h,mm}"
|
|
17
|
+
s.exclude_files = "ios/**/*.generated.*"
|
|
17
18
|
s.frameworks = "AVFoundation", "MediaPlayer"
|
|
18
19
|
|
|
20
|
+
# Only install module dependencies, skip Codegen duplication
|
|
19
21
|
install_modules_dependencies(s)
|
|
22
|
+
|
|
23
|
+
# Prevent duplicate Codegen symbols by using header_mappings_dir
|
|
24
|
+
s.header_mappings_dir = "ios"
|
|
20
25
|
end
|
package/package.json
CHANGED