Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adicionando projeto de teste completo #59

Open
wants to merge 1 commit into
base: new_test
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ Ao finalizar nos envie um Pull Request com o resultado, por favor informe por qu
# Importante: não há prazo de entrega, faça com qualidade!

# BOA SORTE!

Teste feito pela zup

Infelizmente nao consegui utilizar o git durante o processo pq minha vm nao funcionava direito, tive que copiar o projeto para fora da vm e entao conseguir usar o git
21 changes: 21 additions & 0 deletions TesteMarcio/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'TesteMarcio' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'Alamofire'
pod 'IJProgressView', :git => 'https://github.com/Isuru-Nanayakkara/IJProgressView.git'
# Pods for TesteMarcio

target 'TesteMarcioTests' do
inherit! :search_paths
# Pods for testing
end

target 'TesteMarcioUITests' do
inherit! :search_paths
# Pods for testing
end

end
28 changes: 28 additions & 0 deletions TesteMarcio/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
PODS:
- Alamofire (4.8.2)
- IJProgressView (1.2.0)

DEPENDENCIES:
- Alamofire
- IJProgressView (from `https://github.com/Isuru-Nanayakkara/IJProgressView.git`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Alamofire

EXTERNAL SOURCES:
IJProgressView:
:git: https://github.com/Isuru-Nanayakkara/IJProgressView.git

CHECKOUT OPTIONS:
IJProgressView:
:commit: 4f4e22a31d3e5c91937fa901cfdf5d80bbb662b4
:git: https://github.com/Isuru-Nanayakkara/IJProgressView.git

SPEC CHECKSUMS:
Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3
IJProgressView: b382d16df88cc44a809e1bfb4d82813fcdba63b7

PODFILE CHECKSUM: 0a4b72fc6eb29ab2595f01250214ea328e9c668e

COCOAPODS: 1.7.5
19 changes: 19 additions & 0 deletions TesteMarcio/Pods/Alamofire/LICENSE

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

243 changes: 243 additions & 0 deletions TesteMarcio/Pods/Alamofire/README.md

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

Loading