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/repository layer #3

Merged
merged 10 commits into from
Jun 20, 2020
Merged
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ playground.xcworkspace
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Pods/
Pods/*
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace
Expand Down
7 changes: 7 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,23 @@ target 'ZarinPal-Challenge' do
pod 'Kingfisher'
pod 'RxAlamofire'
pod 'KeychainAccess'
pod 'AutoGraph', :git => 'https://github.com/farshadmb/AutoGraph.git'

# Pods for ZarinPal-Challenge

target 'ZarinPal-ChallengeTests' do
inherit! :search_paths
pod 'RxTest'
pod 'RxBlocking'
# Pods for testing
end

target 'ZarinPal-ChallengeUITests' do
pod 'RxTest'
pod 'RxBlocking'
# Pods for testing
end



end
29 changes: 28 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
PODS:
- Alamofire (5.2.1)
- AutoGraph (0.13.0):
- Alamofire
- JSONValueRX (~> 7.0.0)
- JSONValueRX (7.0.0)
- KeychainAccess (4.2.0)
- Kingfisher (5.14.0):
- Kingfisher/Core (= 5.14.0)
Expand All @@ -9,30 +13,53 @@ PODS:
- RxAlamofire/Core (5.3.2):
- Alamofire (~> 5.1)
- RxSwift (~> 5.1)
- RxBlocking (5.1.1):
- RxSwift (~> 5)
- RxSwift (5.1.1)
- RxTest (5.1.1):
- RxSwift (~> 5)

DEPENDENCIES:
- Alamofire
- AutoGraph (from `https://github.com/farshadmb/AutoGraph.git`)
- KeychainAccess
- Kingfisher
- RxAlamofire
- RxBlocking
- RxSwift
- RxTest

SPEC REPOS:
trunk:
- Alamofire
- JSONValueRX
- KeychainAccess
- Kingfisher
- RxAlamofire
- RxBlocking
- RxSwift
- RxTest

EXTERNAL SOURCES:
AutoGraph:
:git: https://github.com/farshadmb/AutoGraph.git

CHECKOUT OPTIONS:
AutoGraph:
:commit: fb63aa9f4fe1145866da9a0b115876916ab9bca8
:git: https://github.com/farshadmb/AutoGraph.git

SPEC CHECKSUMS:
Alamofire: e911732990610fe89af59ac0077f923d72dc3dfd
AutoGraph: 0df8f926162204c30c0c34abc46a378643a41394
JSONValueRX: ba7d7e7a2e4359d135e0b5bc3ad36a3acc67f030
KeychainAccess: 3f760109aa99b05d0f231e28b22642da7153e38a
Kingfisher: 7b64389a43139c903ec434788344c288217c792d
RxAlamofire: 9234f30d94bfae9889c2aaba36358312083a7ad3
RxBlocking: 5f700a78cad61ce253ebd37c9a39b5ccc76477b4
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178
RxTest: 711632d5644dffbeb62c936a521b5b008a1e1faa

PODFILE CHECKSUM: 407d4b8608220ca0dc21b142869a638ea0e71b19
PODFILE CHECKSUM: 8c8454106c69153332fa9e0d04ba52fb91fec444

COCOAPODS: 1.9.3
38 changes: 0 additions & 38 deletions Pods/Manifest.lock

This file was deleted.

2,756 changes: 0 additions & 2,756 deletions Pods/Pods.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

Loading