diff --git a/package.json b/package.json index d0755c2..fd79f3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-recording", - "version": "0.4.1", + "version": "0.5.1", "description": "React Native audio recording module used for DSP", "author": "Qiu Xiang ", "license": "MIT", diff --git a/react-native.config.js b/react-native.config.js index ff8a639..add6f5e 100644 --- a/react-native.config.js +++ b/react-native.config.js @@ -1,7 +1,7 @@ module.exports = { dependency: { platforms: { - ios: { project: "lib/ios" }, + ios: { project: "lib/ios/react-native-recording.podspec" }, android: { sourceDir: "lib/android" } } },