Skip to content

Commit

Permalink
podfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 25, 2023
1 parent 4f08325 commit 37b3a62
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 23 deletions.
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, '11.0'

target 'PorcupineAppTest' do
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec'
pod 'Porcupine-iOS', '~> 3.0.0'
end

target 'PorcupineAppTestUITests' do
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec'
pod 'Porcupine-iOS', '~> 3.0.0'
end

target 'PerformanceTest' do
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec'
pod 'Porcupine-iOS', '~> 3.0.0'
end
9 changes: 3 additions & 6 deletions binding/ios/PorcupineAppTest/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,17 @@ PODS:
- ios-voice-processor (~> 1.1.0)

DEPENDENCIES:
- Porcupine-iOS (from `https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec`)
- Porcupine-iOS (~> 3.0.0)

SPEC REPOS:
trunk:
- ios-voice-processor

EXTERNAL SOURCES:
Porcupine-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec
- Porcupine-iOS

SPEC CHECKSUMS:
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
Porcupine-iOS: 517158e02ac294dda15b713a3c6f74a9e877090c

PODFILE CHECKSUM: 4e2440b0a9b9a657965228270be1cb09c2af359b
PODFILE CHECKSUM: ac449719dbcf3e94ce5279a70c20ebfa34af6b80

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, '11.0'

target 'PorcupineBackgroundServiceDemo' do
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec'
pod 'Porcupine-iOS', '~> 3.0.0'
pod 'SwiftySound'
end
9 changes: 3 additions & 6 deletions demo/ios/BackgroundService/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,20 @@ PODS:
- SwiftySound (1.2.0)

DEPENDENCIES:
- Porcupine-iOS (from `https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec`)
- Porcupine-iOS (~> 3.0.0)
- SwiftySound

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

EXTERNAL SOURCES:
Porcupine-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec

SPEC CHECKSUMS:
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
Porcupine-iOS: 517158e02ac294dda15b713a3c6f74a9e877090c
SwiftySound: 9eb28bb14edb601b40027e44319e0ef8383f88bf

PODFILE CHECKSUM: 66358d4475b977f7d44b07c144977820d0a8937c
PODFILE CHECKSUM: 7ec128fd367f2a7b4d5df8940ec2a1a041ef18bf

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, '11.0'

target 'PorcupineForegroundAppDemo' do
pod 'Porcupine-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec'
pod 'Porcupine-iOS', '~> 3.0.0'
end
9 changes: 3 additions & 6 deletions demo/ios/ForegroundApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,17 @@ PODS:
- ios-voice-processor (~> 1.1.0)

DEPENDENCIES:
- Porcupine-iOS (from `https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec`)
- Porcupine-iOS (~> 3.0.0)

SPEC REPOS:
trunk:
- ios-voice-processor

EXTERNAL SOURCES:
Porcupine-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/porcupine/v3.0/binding/ios/Porcupine-iOS.podspec
- Porcupine-iOS

SPEC CHECKSUMS:
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
Porcupine-iOS: 517158e02ac294dda15b713a3c6f74a9e877090c

PODFILE CHECKSUM: e1abfaa88cd601a10a79119174d68f6851d03a05
PODFILE CHECKSUM: e5e4655fad0c9c0fe14c2c6af9e326a6040f918f

COCOAPODS: 1.11.3

0 comments on commit 37b3a62

Please sign in to comment.