Skip to content

Commit

Permalink
v2.0 ios release (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Nov 24, 2023
1 parent 6c04269 commit cb736c8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions binding/ios/LeopardAppTest/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 'LeopardAppTest' do
pod 'Leopard-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/leopard/v2.0-ios/binding/ios/Leopard-iOS.podspec'
pod 'Leopard-iOS', '~> 2.0.0'
end

target 'LeopardAppTestUITests' do
pod 'Leopard-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/leopard/v2.0-ios/binding/ios/Leopard-iOS.podspec'
pod 'Leopard-iOS', '~> 2.0.0'
end

target 'PerformanceTest' do
pod 'Leopard-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/leopard/v2.0-ios/binding/ios/Leopard-iOS.podspec'
pod 'Leopard-iOS', '~> 2.0.0'
end
10 changes: 5 additions & 5 deletions binding/ios/LeopardAppTest/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ PODS:
- Leopard-iOS (2.0.0)

DEPENDENCIES:
- Leopard-iOS (from `https://raw.githubusercontent.com/Picovoice/leopard/v2.0-ios/binding/ios/Leopard-iOS.podspec`)
- Leopard-iOS (~> 2.0.0)

EXTERNAL SOURCES:
Leopard-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/leopard/v2.0-ios/binding/ios/Leopard-iOS.podspec
SPEC REPOS:
trunk:
- Leopard-iOS

SPEC CHECKSUMS:
Leopard-iOS: ba60cf23fb79ffc01bbefbbd4e063cb2a102f352

PODFILE CHECKSUM: f5590a552eb842eda87e4d68a053af569b586321
PODFILE CHECKSUM: f750694a330da2f505bc711b202903ecad09f989

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion demo/ios/LeopardDemo/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 'LeopardDemo' do
pod 'Leopard-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/leopard/v2.0-ios/binding/ios/Leopard-iOS.podspec'
pod 'Leopard-iOS', '~> 2.0.0'
end
10 changes: 5 additions & 5 deletions demo/ios/LeopardDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ PODS:
- Leopard-iOS (2.0.0)

DEPENDENCIES:
- Leopard-iOS (from `https://raw.githubusercontent.com/Picovoice/leopard/v2.0-ios/binding/ios/Leopard-iOS.podspec`)
- Leopard-iOS (~> 2.0.0)

EXTERNAL SOURCES:
Leopard-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/leopard/v2.0-ios/binding/ios/Leopard-iOS.podspec
SPEC REPOS:
trunk:
- Leopard-iOS

SPEC CHECKSUMS:
Leopard-iOS: ba60cf23fb79ffc01bbefbbd4e063cb2a102f352

PODFILE CHECKSUM: 92e41046350f29f8b80f058b547b302a229714c1
PODFILE CHECKSUM: cbf82c7f761f1b961b38ca393957fe444f1a7ab1

COCOAPODS: 1.11.3

0 comments on commit cb736c8

Please sign in to comment.