Skip to content

Commit

Permalink
fix pod files
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 25, 2023
1 parent 0efd431 commit 3c21d4c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions binding/ios/CobraAppTest/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 'CobraAppTest' do
pod 'Cobra-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/cobra/v2.0-ios/binding/ios/Cobra-iOS.podspec'
pod 'Cobra-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/cobra/v2.0/binding/ios/Cobra-iOS.podspec'
end

target 'CobraAppTestUITests' do
pod 'Cobra-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/cobra/v2.0-ios/binding/ios/Cobra-iOS.podspec'
pod 'Cobra-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/cobra/v2.0/binding/ios/Cobra-iOS.podspec'
end

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

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

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

SPEC CHECKSUMS:
Cobra-iOS: c8d7f9052b9b783b9976243e3092c9b9087f63fc
Expand Down
2 changes: 1 addition & 1 deletion demo/ios/CobraDemo/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 'CobraDemo' do
pod 'Cobra-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/cobra/v2.0-ios/binding/ios/Cobra-iOS.podspec'
pod 'Cobra-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/cobra/v2.0/binding/ios/Cobra-iOS.podspec'
pod 'ios-voice-processor', '~> 1.1.0'
end
4 changes: 2 additions & 2 deletions demo/ios/CobraDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- ios-voice-processor (1.1.0)

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

SPEC REPOS:
Expand All @@ -12,7 +12,7 @@ SPEC REPOS:

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

SPEC CHECKSUMS:
Cobra-iOS: c8d7f9052b9b783b9976243e3092c9b9087f63fc
Expand Down

0 comments on commit 3c21d4c

Please sign in to comment.