Skip to content
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: 2 additions & 2 deletions WWCodeDFW/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ target 'WWCodeDFW' do
# Pods for WWCodeDFW

# SnapKit
pod 'SnapKit', '~> 3.0.0
pod 'SnapKit', '~> 5.0.0'

# AlamoFire
pod 'Alamofire', '~> 4.5'
pod 'Alamofire', '~> 5.0.0-rc.2'

# SwiftyJSON
pod 'SwiftyJSON'
Expand Down
31 changes: 19 additions & 12 deletions WWCodeDFW/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
PODS:
- Alamofire (4.5.1)
- SnapKit (3.0.2)
- SwiftLint (0.23.0)
- SwiftyJSON (3.1.4)
- Alamofire (5.0.0-rc.2)
- SnapKit (5.0.1)
- SwiftLint (0.35.0)
- SwiftyJSON (5.0.0)

DEPENDENCIES:
- Alamofire (~> 4.5)
- SnapKit (~> 3.0.0)
- Alamofire (~> 5.0.0-rc.2)
- SnapKit (~> 5.0.0)
- SwiftLint
- SwiftyJSON

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

SPEC CHECKSUMS:
Alamofire: 2d95912bf4c34f164fdfc335872e8c312acaea4a
SnapKit: 2e456761aa92d4d4067a7a5594c18769d451a8ad
SwiftLint: 6ddf7d305644c2239cb768a11d97cce804816691
SwiftyJSON: c2842d878f95482ffceec5709abc3d05680c0220
Alamofire: f9450d3c7f6bea2ad62e7a541c3e9b186c7991d6
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
SwiftLint: 5553187048b900c91aa03552807681bb6b027846
SwiftyJSON: 36413e04c44ee145039d332b4f4e2d3e8d6c4db7

PODFILE CHECKSUM: cf0dec5dff3c2a442745cbd029e92615aff683c5
PODFILE CHECKSUM: 81ddc0dbf5ed57258b530b6d6fa1e55ccd268d73

COCOAPODS: 1.3.1
COCOAPODS: 1.7.5
2 changes: 1 addition & 1 deletion WWCodeDFW/Pods/Alamofire/LICENSE

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

1,770 changes: 55 additions & 1,715 deletions WWCodeDFW/Pods/Alamofire/README.md

Large diffs are not rendered by default.

751 changes: 562 additions & 189 deletions WWCodeDFW/Pods/Alamofire/Source/AFError.swift

Large diffs are not rendered by default.

859 changes: 457 additions & 402 deletions WWCodeDFW/Pods/Alamofire/Source/Alamofire.swift

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions WWCodeDFW/Pods/Alamofire/Source/AlamofireExtended.swift

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

91 changes: 91 additions & 0 deletions WWCodeDFW/Pods/Alamofire/Source/CachedResponseHandler.swift

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

12 changes: 6 additions & 6 deletions WWCodeDFW/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift

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

Loading