-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62ec90b
commit 8669d74
Showing
12 changed files
with
42 additions
and
1,636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
Example/Pods/Target Support Files/Pods-Swifty_Example/Pods-Swifty_Example.debug.xcconfig
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
Example/Pods/Target Support Files/Pods-Swifty_Example/Pods-Swifty_Example.release.xcconfig
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
Example/Pods/Target Support Files/Pods-Swifty_Tests/Pods-Swifty_Tests.debug.xcconfig
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
Example/Pods/Target Support Files/Pods-Swifty_Tests/Pods-Swifty_Tests.release.xcconfig
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Swifty | ||
# Swifty - Make swift code swifty | ||
|
||
[![CI Status](https://img.shields.io/travis/RyukieSama/RyukieSwifty.svg?style=flat)](https://travis-ci.org/RyukieSama/RyukieSwifty) | ||
[![Version](https://img.shields.io/cocoapods/v/RyukieSwifty.svg?style=flat)](https://cocoapods.org/pods/RyukieSwifty) | ||
|
@@ -16,13 +16,13 @@ To run the example project, clone the repo, and run `pod install` from the Examp | |
Swifty is available through [CocoaPods](https://cocoapods.org). To install | ||
it, simply add the following line to your Podfile: | ||
|
||
## All install | ||
## All install - 安装全部 | ||
|
||
```ruby | ||
pod 'RyukieSwifty' | ||
``` | ||
|
||
## Subspec install | ||
## Subspec install - 子模块安装 | ||
|
||
### UIKit Extension | ||
|
||
|
@@ -36,13 +36,13 @@ pod 'RyukieSwifty/UIKit' | |
pod 'RyukieSwifty/CloudKit' | ||
``` | ||
|
||
### CloudKit Extension | ||
### Foundation Extension | ||
|
||
```ruby | ||
pod 'RyukieSwifty/Foundation' | ||
``` | ||
|
||
### CloudKit Extension | ||
### FullScreen Extension | ||
|
||
```ruby | ||
pod 'RyukieSwifty/FullScreen' | ||
|
@@ -54,12 +54,22 @@ pod 'RyukieSwifty/FullScreen' | |
pod 'RyukieSwifty/Router' | ||
``` | ||
|
||
### Service Protocol | ||
### Service Protocol - MoyaStyleProtocol | ||
|
||
混编项目(AFN)或者自定义网络库,通过该协议可以使 `Swift` 内容中的网络请求实现有 `Moya` 的风格,更加 `Swifty` | ||
|
||
```ruby | ||
pod 'RyukieSwifty/SwiftyServiceProtocol' | ||
``` | ||
|
||
### ScreenShield - 截屏防护 | ||
|
||
极其轻量化的截屏防护方案,任何需要被保护的 `View` 作为子视图放入 `ScreenShieldView` 即可达到截屏时隐藏内容的效果。 | ||
|
||
```ruby | ||
pod 'RyukieSwifty/ScreenShield' | ||
``` | ||
|
||
## Author | ||
|
||
RyukieSama, [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters