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 swift 5 #149

Open
wants to merge 6 commits into
base: develop
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
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
config.build_settings['SWIFT_VERSION'] = '4.2'
end
end
end
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Alamofire (4.2.0)
- BRLOptionParser (0.3.1)
- GCDWebServer (3.4.2):
- GCDWebServer/Core (= 3.4.2)
- GCDWebServer/Core (3.4.2)
- GCDWebServer (3.5.2):
- GCDWebServer/Core (= 3.5.2)
- GCDWebServer/Core (3.5.2)

DEPENDENCIES:
- Alamofire (~> 4.2.0)
Expand All @@ -19,8 +19,8 @@ SPEC REPOS:
SPEC CHECKSUMS:
Alamofire: aa2e09d871c9160ac53c90e83c68064a94e3dfbe
BRLOptionParser: a03256a8ff003ca1f5376c55f55f210e085a3958
GCDWebServer: 8d67ee9f634b4bb91eb4b8aee440318a5fc6debd
GCDWebServer: ead88cd14596dd4eae4f5830b8877c87c8728990

PODFILE CHECKSUM: 8e98b2fb2d6be56882a44b2ff9241a800101e1d4
PODFILE CHECKSUM: 6b485731eac897a000e5b608b7849ad661fe16da

COCOAPODS: 1.5.3
COCOAPODS: 1.6.1
10 changes: 5 additions & 5 deletions Pods/GCDWebServer/GCDWebServer/Core/GCDWebServer.h

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

172 changes: 76 additions & 96 deletions Pods/GCDWebServer/GCDWebServer/Core/GCDWebServer.m

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Pods/GCDWebServer/GCDWebServer/Core/GCDWebServerConnection.h

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

Loading