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

swift 5 migration && pods updates to appropriate versions && sample a… #3

Open
wants to merge 1 commit 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
18 changes: 9 additions & 9 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
platform :ios, '9.0'

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

# Pods for VIPER-demo

pod 'Alamofire', '~> 4.0'
pod 'AlamofireImage', '~> 3.3'
pod 'AlamofireObjectMapper', '~> 4.0'

# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for VIPER-demo
pod 'Alamofire', '~> 4.9.0'
pod 'AlamofireImage', '~> 3.5.2'
pod 'AlamofireObjectMapper', '~> 5.2.1'
end
34 changes: 17 additions & 17 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
PODS:
- Alamofire (4.7.2)
- AlamofireImage (3.3.1):
- Alamofire (~> 4.5)
- AlamofireObjectMapper (4.1.0):
- Alamofire (~> 4.1)
- ObjectMapper (~> 2.0)
- ObjectMapper (2.2.9)
- Alamofire (4.9.0)
- AlamofireImage (3.5.2):
- Alamofire (~> 4.8)
- AlamofireObjectMapper (5.2.1):
- Alamofire (~> 4.7)
- ObjectMapper (~> 3.4)
- ObjectMapper (3.5.1)

DEPENDENCIES:
- Alamofire (~> 4.0)
- AlamofireImage (~> 3.3)
- AlamofireObjectMapper (~> 4.0)
- Alamofire (~> 4.9.0)
- AlamofireImage (~> 3.5.2)
- AlamofireObjectMapper (~> 5.2.1)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
https://github.com/cocoapods/specs.git:
- Alamofire
- AlamofireImage
- AlamofireObjectMapper
- ObjectMapper

SPEC CHECKSUMS:
Alamofire: e4fa87002c137ba2d8d634d2c51fabcda0d5c223
AlamofireImage: 3b35b586853abaf94ca1250f4e94cff3c21a4c0d
AlamofireObjectMapper: 435adc82f5b367679bd9e71c4974a54efd0b2521
ObjectMapper: 63cfe41bc6f8e7c8f44344c49901b8ae7de14c52
Alamofire: afc3e7c6db61476cb45cdd23fed06bad03bbc321
AlamofireImage: 63cfe3baf1370be6c498149687cf6db3e3b00999
AlamofireObjectMapper: 1989f690e982b71921b9253f53a4f33a9bc00d88
ObjectMapper: 70187b8941977c62ccfb423caf6b50be405cabf0

PODFILE CHECKSUM: 83999d1c79d23662f25498196601faa7438c5081
PODFILE CHECKSUM: c7e82d25ae0d5b56bda8273b648e4971df0a02f5

COCOAPODS: 1.5.0
COCOAPODS: 1.6.1
2 changes: 1 addition & 1 deletion Pods/Alamofire/LICENSE

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

28 changes: 14 additions & 14 deletions Pods/Alamofire/README.md

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

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/AFError.swift

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

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/Alamofire.swift

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

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/DispatchQueue+Alamofire.swift

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

4 changes: 2 additions & 2 deletions Pods/Alamofire/Source/MultipartFormData.swift

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

13 changes: 9 additions & 4 deletions Pods/Alamofire/Source/NetworkReachabilityManager.swift

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

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/Notifications.swift

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

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/ParameterEncoding.swift

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

42 changes: 24 additions & 18 deletions Pods/Alamofire/Source/Request.swift

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

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/Response.swift

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

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/ResponseSerialization.swift

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

Loading