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

Feature/photo list #2

Open
wants to merge 3 commits into
base: master
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
19 changes: 19 additions & 0 deletions TradeRev-coding-challenge/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'TradeRev-coding-challenge' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for TradeRev-coding-challenge

pod 'Alamofire'
pod 'AlamofireImage'
pod 'AlamofireObjectMapper'

target 'TradeRev-coding-challengeTests' do
inherit! :search_paths
# Pods for testing
end

end
23 changes: 23 additions & 0 deletions TradeRev-coding-challenge/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
PODS:
- Alamofire (4.6.0)
- AlamofireImage (3.3.0):
- Alamofire (~> 4.5)
- AlamofireObjectMapper (5.0.0):
- Alamofire (~> 4.1)
- ObjectMapper (~> 3.0)
- ObjectMapper (3.1.0)

DEPENDENCIES:
- Alamofire
- AlamofireImage
- AlamofireObjectMapper

SPEC CHECKSUMS:
Alamofire: f41a599bd63041760b26d393ec1069d9d7b917f4
AlamofireImage: 2e784dc5d00f04903a52c1d169181469c805c3df
AlamofireObjectMapper: 5fafc816351cbbc0d486611aaeba7461c0cbad49
ObjectMapper: 20505058f54e5c3ca69e1d6de9897d152a5369a6

PODFILE CHECKSUM: 1bcdbda635d4f373d7a9728f63e18c0497d89cb6

COCOAPODS: 1.3.1
19 changes: 19 additions & 0 deletions TradeRev-coding-challenge/Pods/Alamofire/LICENSE

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

236 changes: 236 additions & 0 deletions TradeRev-coding-challenge/Pods/Alamofire/README.md

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

Loading