Skip to content

Commit

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

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

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

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

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

CHECKOUT OPTIONS:
Octopus-iOS:
:commit: c62346a66d77c9a7b42cb8c14fe3c9863ce4b231
:git: https://github.com/Picovoice/octopus.git
SPEC REPOS:
trunk:
- Octopus-iOS

SPEC CHECKSUMS:
Octopus-iOS: b080b854eabe191e1bc90ff95248249123d98548

PODFILE CHECKSUM: 9f42df54a965ee9949ce8a1bc424bf2e051dd215
PODFILE CHECKSUM: 69ef501829b3c0bd33a90dca86df4aca3748b08b

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

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

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

CHECKOUT OPTIONS:
Octopus-iOS:
:commit: 0b39a312fbac4d927373c6571499201a6fe43b9d
:git: https://github.com/Picovoice/octopus.git
SPEC REPOS:
trunk:
- Octopus-iOS

SPEC CHECKSUMS:
Octopus-iOS: b080b854eabe191e1bc90ff95248249123d98548

PODFILE CHECKSUM: 0bef70f26f2d1d602ff8927435c1f70db57b9c0b
PODFILE CHECKSUM: 550f7da05d7c9f47c9fc4eefcda36ca8ea96651f

COCOAPODS: 1.11.3

0 comments on commit 382da20

Please sign in to comment.