Skip to content

Commit

Permalink
fix pod file
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 2, 2023
1 parent 7fd9cc4 commit 2fcdf79
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions binding/ios/KoalaAppTest/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 'KoalaAppTest' do
pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios/binding/ios/Koala-iOS.podspec'
pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec'
end

target 'KoalaAppTestUITests' do
pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios/binding/ios/Koala-iOS.podspec'
pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec'
end

target 'PerformanceTest' do
pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios/binding/ios/Koala-iOS.podspec'
pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec'
end
8 changes: 4 additions & 4 deletions binding/ios/KoalaAppTest/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ PODS:
- Koala-iOS (2.0.0)

DEPENDENCIES:
- Koala-iOS (from `https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios/binding/ios/Koala-iOS.podspec`)
- Koala-iOS (from `https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec`)

EXTERNAL SOURCES:
Koala-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios/binding/ios/Koala-iOS.podspec
:podspec: https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec

CHECKOUT OPTIONS:
Koala-iOS:
:commit: 82b588b19cb7225222853f7709f9e5de20415b47
:git: https://github.com/Picovoice/koala.git

SPEC CHECKSUMS:
Koala-iOS: 865994d8e18b03854f2b933ec9645915ba95f189
Koala-iOS: c5190ec400b672d5a363593e224732bdb7cd3afb

PODFILE CHECKSUM: aa02120478c1d3dd9e8085db3379479143edbc02
PODFILE CHECKSUM: 41b47c56686d6916c5128d756c487b9b3f25767c

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion demo/ios/KoalaDemo/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 'KoalaDemo' do
pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios/binding/ios/Koala-iOS.podspec'
pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec'
pod 'ios-voice-processor', '~> 1.1.0'
end
8 changes: 4 additions & 4 deletions demo/ios/KoalaDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ PODS:

DEPENDENCIES:
- ios-voice-processor (~> 1.1.0)
- Koala-iOS (from `https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios/binding/ios/Koala-iOS.podspec`)
- Koala-iOS (from `https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec`)

SPEC REPOS:
trunk:
- ios-voice-processor

EXTERNAL SOURCES:
Koala-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios/binding/ios/Koala-iOS.podspec
:podspec: https://raw.githubusercontent.com/Picovoice/koala/v2.0/binding/ios/Koala-iOS.podspec

CHECKOUT OPTIONS:
Koala-iOS:
Expand All @@ -21,8 +21,8 @@ CHECKOUT OPTIONS:

SPEC CHECKSUMS:
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
Koala-iOS: 865994d8e18b03854f2b933ec9645915ba95f189
Koala-iOS: c5190ec400b672d5a363593e224732bdb7cd3afb

PODFILE CHECKSUM: 0f89a64b9647d42bf16b4915aa88de8d933489b8
PODFILE CHECKSUM: 65beadb4e5a0c4d4e33a9c747318d401315106c2

COCOAPODS: 1.11.3

0 comments on commit 2fcdf79

Please sign in to comment.