Skip to content

Commit 0bd8dac

Browse files
Create react-native-audio-transcoder.podspec
1 parent 0e037b3 commit 0bd8dac

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)