Skip to content

Commit

Permalink
ios release (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Jan 29, 2024
1 parent 09b3c46 commit a986507
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
6 changes: 3 additions & 3 deletions binding/ios/EagleAppTest/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 'EagleAppTest' do
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v1.0-ios/binding/ios/Eagle-iOS.podspec'
pod 'Eagle-iOS', '~> 1.0.0'
end

target 'EagleAppTestUITests' do
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v1.0-ios/binding/ios/Eagle-iOS.podspec'
pod 'Eagle-iOS', '~> 1.0.0'
end

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

DEPENDENCIES:
- Eagle-iOS (from `https://raw.githubusercontent.com/Picovoice/eagle/v1.0-ios/binding/ios/Eagle-iOS.podspec`)
- Eagle-iOS (~> 1.0.0)

EXTERNAL SOURCES:
Eagle-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/eagle/v1.0-ios/binding/ios/Eagle-iOS.podspec
SPEC REPOS:
trunk:
- Eagle-iOS

SPEC CHECKSUMS:
Eagle-iOS: 02067133a7460faf56e0ef7b995c93543a8e0450

PODFILE CHECKSUM: 6644ab972ff7cbe5e822a55d57563e985d138f9f
PODFILE CHECKSUM: f61c2ddde47c5d9c80ee45b636435bc1c3476116

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion demo/ios/EagleDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source 'https://cdn.cocoapods.org/'
platform :ios, '14.0'

target 'EagleDemo' do
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v1.0-ios/binding/ios/Eagle-iOS.podspec'
pod 'Eagle-iOS', '~> 1.0.0'
pod 'ios-voice-processor', '~> 1.0.3'
end
9 changes: 3 additions & 6 deletions demo/ios/EagleDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,18 @@ PODS:
- ios-voice-processor (1.0.3)

DEPENDENCIES:
- Eagle-iOS (from `https://raw.githubusercontent.com/Picovoice/eagle/v1.0-ios/binding/ios/Eagle-iOS.podspec`)
- Eagle-iOS (~> 1.0.0)
- ios-voice-processor (~> 1.0.3)

SPEC REPOS:
trunk:
- Eagle-iOS
- ios-voice-processor

EXTERNAL SOURCES:
Eagle-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/eagle/v1.0-ios/binding/ios/Eagle-iOS.podspec

SPEC CHECKSUMS:
Eagle-iOS: 02067133a7460faf56e0ef7b995c93543a8e0450
ios-voice-processor: 65b25a8db69ea25ffba0eeef37bae71a982f34cc

PODFILE CHECKSUM: 80fbe8e61cae033b91409ea1ad086ff95a210ead
PODFILE CHECKSUM: c59a587171121f40999eaa8fa09eec66ca21dcd9

COCOAPODS: 1.11.3

0 comments on commit a986507

Please sign in to comment.