# DemoTest **Repository Path**: DKJone/DemoTest ## Basic Information - **Project Name**: DemoTest - **Description**: 第一个测试项目 - **Primary Language**: Swift - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README DemoTest ========= ![](https://img.shields.io/cocoapods/v/SwiftyRSA.svg) ![](https://img.shields.io/cocoapods/p/SwiftyRSA.svg) ![](https://img.shields.io/badge/language-swift_2\+-brightgreen.svg) ![](https://img.shields.io/travis/TakeScoop/SwiftyRSA/master.svg) **Public key RSA encryption in Swift.** SwiftyRSA is used in the [Scoop](https://www.takescoop.com/) [iOS app](https://itunes.apple.com/us/app/scoop-easy-custom-carpooling/id997978145?mt=8) to encrypt driver license numbers before submitting them to Checkr through our API. Installation ------------ With Cocoapods: ``` pod 'DemoTest' ``` With Carthage: ``` github "Accelerator /DemoTest" ```