react-native-wakeword 1.1.12 → 1.1.13

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.
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
10
  s.homepage = "https://github.com/frymanofer/KeywordsDetectionAndroidLibrary.git" # Update with your repo URL
11
11
  s.license = { :type => "MIT" } # Update if different
12
12
  s.author = { "Your Name" => "ofer@davoice.io" } # Update with your info
13
- s.platform = :ios, "13.5"
13
+ s.platform = :ios, "11"
14
14
  # s.source = { :git => "https://github.com/frymanofer/KeywordsDetectionAndroidLibrary.git", :tag => s.version.to_s } # Update accordingly
15
15
  s.source = { :path => "." }
16
16
 
package/README.md CHANGED
@@ -11,6 +11,8 @@ Welcome to **Davoice React-Native Wake Word / hotword / Keywords Detection** –
11
11
  ## New:
12
12
  Fix IOS issue with static Podfile linkage.
13
13
 
14
+ Reduce ios minimum version to 11 (was 13.5)
15
+
14
16
  ## About this package:
15
17
 
16
18
  This is a **"wake word"** package for React Native. A "wake word" is a keyword that activates your device, like "Hey Siri" or "OK Google". "Wake Word" is also known as "keyword detection", "Phrase Recognition", "Phrase Spotting", “Voice triggered”, “hot word”, “trigger word”
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-wakeword",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "Voice/Wake-word detection library for React Native",
5
5
  "main": "wakewords/index.js",
6
6
  "types": "wakewords/index.d.ts",