Skip to content

Commit

Permalink
Ios update (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Nov 30, 2023
1 parent 55af0bc commit 1e1463f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions binding/ios/Leopard-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'Leopard-iOS'
s.module_name = 'Leopard'
s.version = '2.0.0'
s.version = '2.0.1'
s.license = {:type => 'Apache 2.0'}
s.summary = 'iOS SDK for Picovoice\'s Leopard speech-to-text engine.'
s.description =
Expand All @@ -23,7 +23,7 @@ Pod::Spec.new do |s|
DESC
s.homepage = 'https://github.com/Picovoice/leopard/tree/master/binding/ios'
s.author = { 'Picovoice' => '[email protected]' }
s.source = { :git => "https://github.com/Picovoice/leopard.git", :tag => "Leopard-iOS-v2.0.0" }
s.source = { :git => "https://github.com/Picovoice/leopard.git", :tag => "Leopard-iOS-v2.0.1" }
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
s.vendored_frameworks = 'lib/ios/PvLeopard.xcframework'
Expand Down
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', '~> 2.0.0'
pod 'Leopard-iOS', '~> 2.0.1'
end

target 'LeopardAppTestUITests' do
pod 'Leopard-iOS', '~> 2.0.0'
pod 'Leopard-iOS', '~> 2.0.1'
end

target 'PerformanceTest' do
pod 'Leopard-iOS', '~> 2.0.0'
pod 'Leopard-iOS', '~> 2.0.1'
end
8 changes: 4 additions & 4 deletions binding/ios/LeopardAppTest/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- Leopard-iOS (2.0.0)
- Leopard-iOS (2.0.1)

DEPENDENCIES:
- Leopard-iOS (~> 2.0.0)
- Leopard-iOS (~> 2.0.1)

SPEC REPOS:
trunk:
- Leopard-iOS

SPEC CHECKSUMS:
Leopard-iOS: ba60cf23fb79ffc01bbefbbd4e063cb2a102f352
Leopard-iOS: 8c94dcf886800b4ed361c1c6af763780ef16f722

PODFILE CHECKSUM: f750694a330da2f505bc711b202903ecad09f989
PODFILE CHECKSUM: 03eff00f8bfee57b53fde0c4941eab0fa01f5cae

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', '~> 2.0.0'
pod 'Leopard-iOS', '~> 2.0.1'
end
8 changes: 4 additions & 4 deletions demo/ios/LeopardDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- Leopard-iOS (2.0.0)
- Leopard-iOS (2.0.1)

DEPENDENCIES:
- Leopard-iOS (~> 2.0.0)
- Leopard-iOS (~> 2.0.1)

SPEC REPOS:
trunk:
- Leopard-iOS

SPEC CHECKSUMS:
Leopard-iOS: ba60cf23fb79ffc01bbefbbd4e063cb2a102f352
Leopard-iOS: 8c94dcf886800b4ed361c1c6af763780ef16f722

PODFILE CHECKSUM: cbf82c7f761f1b961b38ca393957fe444f1a7ab1
PODFILE CHECKSUM: 2e7f4ad63fbb6a9184552d5c87fb7d77c19f2756

COCOAPODS: 1.11.3

0 comments on commit 1e1463f

Please sign in to comment.