File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed
Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 303303 SDKROOT = iphoneos;
304304 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
305305 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
306+ SWIFT_VERSION = 5.0;
306307 };
307308 name = Debug;
308309 };
357358 SDKROOT = iphoneos;
358359 SWIFT_COMPILATION_MODE = wholemodule;
359360 SWIFT_OPTIMIZATION_LEVEL = "-O";
361+ SWIFT_VERSION = 5.0;
360362 VALIDATE_PRODUCT = YES;
361363 };
362364 name = Release;
Original file line number Diff line number Diff line change 1- # UIRouter
2- Swift 实现的路由解耦框架
1+ [ ![ CocoaPods Compatible] ( https://img.shields.io/cocoapods/v/UIRouter.svg )] ( https://img.shields.io/cocoapods/v/UIRouter.svg )
2+ ![ Cocoapods] ( https://img.shields.io/cocoapods/l/UIRouter )
3+ [ ![ Platform] ( https://img.shields.io/cocoapods/p/uirouter.svg?style=flat )] ( https://UIRouter.github.io/uirouter )
4+ ![ Bitbucket open issues] ( https://img.shields.io/bitbucket/issues/wxlpp/UIRouter )
5+
6+ UIRouter 是一个用Swift实现的路由解耦框架.
7+ ## 安装
8+
9+ ### CocoaPods
10+
11+ ``` ruby
12+ pod ' UIRouter' , ' ~> 0.1.0.alpha'
13+ ```
14+
15+ ### Swift Package Manager
16+
17+ ``` swift
18+ dependencies: [
19+ .package (url : " https://github.com/Alamofire/Alamofire.git" , .upToNextMajor (from : " 5.2.0" ))
20+ ]
21+ ```
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ TODO: Add long description of the pod here.
2020 s . source = { :git => 'https://github.com/wxlpp/UIRouter.git' , :tag => s . version . to_s }
2121
2222 s . ios . deployment_target = '9.0'
23-
23+ s . swift_versions = '5.4'
2424 s . source_files = 'Source/**/*'
2525 s . ios . frameworks = 'UIKit' , 'SafariServices'
2626end
You can’t perform that action at this time.
0 commit comments