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/servicelayer #11

Merged
merged 5 commits into from
Sep 27, 2018
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
5 changes: 3 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
target 'ProjectX' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for ProjectX

pod "EVReflection"
pod 'Alamofire', '~> 4.7'

target 'ProjectXTests' do
inherit! :search_paths
# Pods for testing
Expand Down
21 changes: 20 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
PODFILE CHECKSUM: 44822adf25116fba9612f9a6e4184f5ab4db9a7f
PODS:
- Alamofire (4.7.3)
- EVReflection (5.6.2):
- EVReflection/Core (= 5.6.2)
- EVReflection/Core (5.6.2)

DEPENDENCIES:
- Alamofire (~> 4.7)
- EVReflection

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

SPEC CHECKSUMS:
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
EVReflection: 640322f8a3aaf78cbc3c23892476b6adb636ebf0

PODFILE CHECKSUM: 2957bc01138d95002ce3ca76aa00047ba9e7f4ac

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

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

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

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

Loading