Skip to content

Commit

Permalink
swift4 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lyatjzb2015 committed Jan 8, 2018
1 parent ad514a2 commit f27b4b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GTMRouter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "8.0"

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }

end
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ _**Note:** Make sure that all files in `GTMRouter` included in Compile Sources i

# 版本

## Vesrion 1.1.1
## Vesrion 1.3.0

This version requires Xcode 8.0 and Swift 3.
This version requires Xcode 9.0 and Swift 4.

# 使用帮助

Expand Down

0 comments on commit f27b4b5

Please sign in to comment.