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.
- package/KeyWordRNBridge.podspec +1 -1
- package/README.md +2 -0
- package/package.json +1 -1
package/KeyWordRNBridge.podspec
CHANGED
|
@@ -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
|
+
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”
|