SimpleEncrypter

一个简单的加密接口协议,便于在 app 中切换不同加密方法

a simple protocol for Data->Data encrypter used by my apps

Last

CI Status Version License Platform

>sudo gem install cocoapods --pre
Successfully installed cocoapods-1.7.0.beta.2
Parsing documentation for cocoapods-1.7.0.beta.2
Done installing documentation for cocoapods after 2 seconds
1 gem installed


>pod lib lint

 -> SimpleEncrypter (1.4.0)
    - WARN  | swift: The validator used Swift `4.0` by default because no Swift version was specified. To specify a Swift version during validation, add the `swift_versions` attribute in your podspec. Note that usage of a `.swift-version` file is now deprecated.
    - NOTE  | xcodebuild:  note: Using new build system
    - NOTE  | xcodebuild:  note: Planning build
    - NOTE  | xcodebuild:  note: Constructing build description
    - NOTE  | [iOS] xcodebuild:  warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] SimpleEncrypter did not pass validation, due to 1 warning (but you can use `--allow-warnings` to ignore it).
You can use the `--no-clean` option to inspect any issue.


>pod trunk push

[!] Found podspec `SimpleEncrypter.podspec`
Updating spec repo `master`
Validating podspec
 -> SimpleEncrypter (1.4.0)
    - NOTE  | xcodebuild:  note: Using new build system
    - NOTE  | xcodebuild:  note: Planning build
    - NOTE  | xcodebuild:  note: Constructing build description
    - NOTE  | [iOS] xcodebuild:  warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] The Pod Specification did not pass validation.
The following validation failed:
- Warnings: Unrecognized `swift_versions` key.

1.4.0

1.3

1.1.2

1.1.1

0.3.2

1.1.0

0.3.1

1.0.1

0.3.0

1.0.0

Moved from my last project.