Skip to content

Commit

Permalink
Update for swift 3.
Browse files Browse the repository at this point in the history
- Convert code to swift 3
- Update alamofire to 4.0.1 for swift 3.
  • Loading branch information
qiuyuzhou committed Oct 1, 2016
1 parent 7076523 commit 7a7249b
Show file tree
Hide file tree
Showing 41 changed files with 6,705 additions and 4,692 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'ShadowsocksX-NG' do
use_frameworks!

# Pods for ShadowsocksX-NG
pod 'Alamofire', '~> 3.4'
pod 'Alamofire', '~> 4.0.1'
pod "GCDWebServer", "~> 3.0"

target 'ShadowsocksX-NGTests' do
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- Alamofire (3.4.0)
- Alamofire (4.0.1)
- BRLOptionParser (0.3.1)
- GCDWebServer (3.3.3):
- GCDWebServer/Core (= 3.3.3)
- GCDWebServer/Core (3.3.3)

DEPENDENCIES:
- Alamofire (~> 3.4)
- Alamofire (~> 4.0.1)
- BRLOptionParser (~> 0.3.1)
- GCDWebServer (~> 3.0)

SPEC CHECKSUMS:
Alamofire: c19a627cefd6a95f840401c49ab1f124e07f54ee
Alamofire: 7682d43245de14874acd142ec137b144aa1dd335
BRLOptionParser: a03256a8ff003ca1f5376c55f55f210e085a3958
GCDWebServer: 1c39a1f0763e4eb492bee021e4270fce097d3555

PODFILE CHECKSUM: 038d7dc431157cfa86a2856ee236c4ed1ddfd26b
PODFILE CHECKSUM: e675030dbd86de38216dc6c44e64ca1458be94bc

COCOAPODS: 1.0.1
1,690 changes: 1,082 additions & 608 deletions Pods/Alamofire/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 7a7249b

Please sign in to comment.