Skip to content

Commit

Permalink
build: set yoonit camera version and update pods
Browse files Browse the repository at this point in the history
  • Loading branch information
TeruyaHaroldo committed Apr 1, 2021
1 parent 6e1e02d commit 1b095ec
Show file tree
Hide file tree
Showing 8 changed files with 299 additions and 270 deletions.
2 changes: 1 addition & 1 deletion Example/YoonitFacefyDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ target 'YoonitFacefyDemo' do
# Pods for YoonitFacefyDemo
pod 'YoonitFacefy', :path => '../../'

pod 'YoonitCamera'
pod 'YoonitCamera', :git => 'https://github.com/Yoonit-Labs/ios-yoonit-camera.git', :tag => '2.3.0'
end
21 changes: 14 additions & 7 deletions Example/YoonitFacefyDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ PODS:
- nanopb/encode (2.30907.0)
- PromisesObjC (1.2.12)
- Protobuf (3.14.0)
- YoonitCamera (2.3.0)
- YoonitFacefy (1.0.3):
- YoonitCamera (2.2.1)
- YoonitFacefy (1.0.4):
- GoogleMLKit/FaceDetection

DEPENDENCIES:
- YoonitCamera
- YoonitCamera (from `https://github.com/Yoonit-Labs/ios-yoonit-camera.git`, tag `2.3.0`)
- YoonitFacefy (from `../../`)

SPEC REPOS:
Expand All @@ -74,12 +74,19 @@ SPEC REPOS:
- nanopb
- PromisesObjC
- Protobuf
- YoonitCamera

EXTERNAL SOURCES:
YoonitCamera:
:git: https://github.com/Yoonit-Labs/ios-yoonit-camera.git
:tag: 2.3.0
YoonitFacefy:
:path: "../../"

CHECKOUT OPTIONS:
YoonitCamera:
:git: https://github.com/Yoonit-Labs/ios-yoonit-camera.git
:tag: 2.3.0

SPEC CHECKSUMS:
GoogleDataTransport: 1024b1a4dfbd7a0e92cb20d7e0a6f1fb66b449a4
GoogleMLKit: 2a9032170872c4464d516700a04661d6e5b98a77
Expand All @@ -93,9 +100,9 @@ SPEC CHECKSUMS:
nanopb: 59221d7f958fb711001e6a449489542d92ae113e
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97
Protobuf: 0cde852566359049847168e51bd1c690e0f70056
YoonitCamera: a25677c77bc14f22fc9efaffceff60b54cc32049
YoonitFacefy: 6528f0432d1fb05add2a6d257318f160538337c1
YoonitCamera: 0428ca55617a7752cd8a0298963c5d5144ddad6d
YoonitFacefy: 7d4eba6167bb23fdc27777c4e9f0c2da2f8e1b32

PODFILE CHECKSUM: 45150530e3052be2fb55a1493c2f00eedc5c1d3b
PODFILE CHECKSUM: c04e6cdfb6d85eee0ddca6d6f799401b3228e4a3

COCOAPODS: 1.10.1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 14 additions & 7 deletions Example/YoonitFacefyDemo/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b095ec

Please sign in to comment.