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 dda53bc commit 1008cd8Copy full SHA for 1008cd8
ios/RNAudioJack.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "RNAudioJack"
3
- s.version = "1.0.0"
+ s.version = "1.1.1"
4
s.summary = "RNAudioJack"
5
s.description = <<-DESC
6
RNAudioJack
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
s.author = { "author" => "author@domain.cn" }
12
s.platform = :ios, "7.0"
13
s.source = { :git => "https://github.com/author/RNAudioJack.git", :tag => "master" }
14
- s.source_files = "RNAudioJack/**/*.{h,m}"
+ s.source_files = "RNAudioJack.{h,m}"
15
s.requires_arc = true
16
17
package.json
{
"name": "react-native-audio-jack",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "",
"main": "index.js",
"scripts": {
0 commit comments