Skip to content

Commit

Permalink
Update iOS package (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Oct 22, 2024
1 parent 0d15d5c commit 5fcb3fa
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions binding/ios/Porcupine-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'Porcupine-iOS'
s.module_name = 'Porcupine'
s.version = '3.0.1'
s.version = '3.0.2'
s.license = {:type => 'Apache 2.0'}
s.summary = 'iOS SDK for Picovoice\'s Porcupine wake word engine'
s.description =
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
DESC
s.homepage = 'https://github.com/Picovoice/porcupine/tree/master/binding/ios'
s.author = { 'Picovoice' => '[email protected]' }
s.source = { :git => "https://github.com/Picovoice/porcupine.git", :tag => "Porcupine-iOS-v3.0.1" }
s.source = { :git => "https://github.com/Picovoice/porcupine.git", :tag => "Porcupine-iOS-v3.0.2" }
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
s.vendored_frameworks = 'lib/ios/PvPorcupine.xcframework'
Expand All @@ -35,5 +35,5 @@ Pod::Spec.new do |s|
s.source_files = 'binding/ios/*.{swift}'
s.exclude_files = 'binding/ios/PorcupineAppTest/**'

s.dependency 'ios-voice-processor', '~> 1.1.0'
s.dependency 'ios-voice-processor', '~> 1.1.1'
end
6 changes: 3 additions & 3 deletions binding/ios/PorcupineAppTest/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ source 'https://cdn.cocoapods.org/'
platform :ios, '13.0'

target 'PorcupineAppTest' do
pod 'Porcupine-iOS', '~> 3.0.1'
pod 'Porcupine-iOS', '~> 3.0.2'
end

target 'PorcupineAppTestUITests' do
pod 'Porcupine-iOS', '~> 3.0.1'
pod 'Porcupine-iOS', '~> 3.0.2'
end

target 'PerformanceTest' do
pod 'Porcupine-iOS', '~> 3.0.1'
pod 'Porcupine-iOS', '~> 3.0.2'
end
14 changes: 7 additions & 7 deletions binding/ios/PorcupineAppTest/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- ios-voice-processor (1.1.0)
- Porcupine-iOS (3.0.1):
- ios-voice-processor (~> 1.1.0)
- ios-voice-processor (1.1.1)
- Porcupine-iOS (3.0.2):
- ios-voice-processor (~> 1.1.1)

DEPENDENCIES:
- Porcupine-iOS (~> 3.0.1)
- Porcupine-iOS (~> 3.0.2)

SPEC REPOS:
trunk:
- ios-voice-processor
- Porcupine-iOS

SPEC CHECKSUMS:
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
Porcupine-iOS: 6d69509fa587f3ac0be1adfefb48e0c6ce029fff
ios-voice-processor: 4035132542c7ae07f1e459c6d276b6da000302bb
Porcupine-iOS: b8408a28fe3df81ea8d8f3cf1e5a04823ffb71d3

PODFILE CHECKSUM: 5923aa4de66756a334031f88431fac5fbebcff3b
PODFILE CHECKSUM: d8426d3e6ec4d9a1538d6a8c22a573e309be57cf

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion demo/ios/BackgroundService/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source 'https://cdn.cocoapods.org/'
platform :ios, '13.0'

target 'PorcupineBackgroundServiceDemo' do
pod 'Porcupine-iOS', '~> 3.0.1'
pod 'Porcupine-iOS', '~> 3.0.2'
pod 'SwiftySound'
end
18 changes: 9 additions & 9 deletions demo/ios/BackgroundService/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- ios-voice-processor (1.1.0)
- Porcupine-iOS (3.0.1):
- ios-voice-processor (~> 1.1.0)
- SwiftySound (1.2.0)
- ios-voice-processor (1.1.1)
- Porcupine-iOS (3.0.2):
- ios-voice-processor (~> 1.1.1)
- SwiftySound (1.3.0)

DEPENDENCIES:
- Porcupine-iOS (~> 3.0.1)
- Porcupine-iOS (~> 3.0.2)
- SwiftySound

SPEC REPOS:
Expand All @@ -15,10 +15,10 @@ SPEC REPOS:
- SwiftySound

SPEC CHECKSUMS:
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
Porcupine-iOS: 6d69509fa587f3ac0be1adfefb48e0c6ce029fff
SwiftySound: 9eb28bb14edb601b40027e44319e0ef8383f88bf
ios-voice-processor: 4035132542c7ae07f1e459c6d276b6da000302bb
Porcupine-iOS: b8408a28fe3df81ea8d8f3cf1e5a04823ffb71d3
SwiftySound: b6d7355bc15f5eef1a52695ad40e9ac5597d907b

PODFILE CHECKSUM: af21b2223dbf4cf8523f9582e7810f119281fb9e
PODFILE CHECKSUM: fe9f74fb8c7d7929fb05201fb255db81d7e59a57

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion demo/ios/ForegroundApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source 'https://cdn.cocoapods.org/'
platform :ios, '13.0'

target 'PorcupineForegroundAppDemo' do
pod 'Porcupine-iOS', '~> 3.0.1'
pod 'Porcupine-iOS', '~> 3.0.2'
end
14 changes: 7 additions & 7 deletions demo/ios/ForegroundApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- ios-voice-processor (1.1.0)
- Porcupine-iOS (3.0.1):
- ios-voice-processor (~> 1.1.0)
- ios-voice-processor (1.1.1)
- Porcupine-iOS (3.0.2):
- ios-voice-processor (~> 1.1.1)

DEPENDENCIES:
- Porcupine-iOS (~> 3.0.1)
- Porcupine-iOS (~> 3.0.2)

SPEC REPOS:
trunk:
- ios-voice-processor
- Porcupine-iOS

SPEC CHECKSUMS:
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
Porcupine-iOS: 6d69509fa587f3ac0be1adfefb48e0c6ce029fff
ios-voice-processor: 4035132542c7ae07f1e459c6d276b6da000302bb
Porcupine-iOS: b8408a28fe3df81ea8d8f3cf1e5a04823ffb71d3

PODFILE CHECKSUM: 35337ecfcc7546e657eaf53e72a4e20be8d0abba
PODFILE CHECKSUM: 43464d265b541463337c28e4117db641795044c5

COCOAPODS: 1.11.3

0 comments on commit 5fcb3fa

Please sign in to comment.