We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e037b3 commit 0bd8dacCopy full SHA for 0bd8dac
react-native-audio-transcoder.podspec
@@ -0,0 +1,18 @@
1
+Pod::Spec.new do |s|
2
+ s.name = "react-native-audio-transcoder"
3
+ s.version = "0.4.0"
4
+ s.summary = "Transcode audio format in react-native"
5
+ s.description = <<-DESC
6
+ Transcode audio format in react-native
7
+ DESC
8
+
9
+ s.homepage = "https://github.com/Radweb/react-native-audio-transcoder"
10
+ s.license = "Apache-2.0"
11
+ s.author = "Radweb"
12
+ s.source = { :git => "https://github.com/Radweb/react-native-audio-transcoder.git", :tag => "#{s.version}" }
13
+ s.source_files = "RNAudioTranscoder/RNAudioTranscoder"
14
+ s.framework = "AVMediaFoundation"
15
+ s.dependency "React"
16
17
+ s.platform = :ios, "8.0"
18
+end
0 commit comments