LibTerm icon indicating copy to clipboard operation
LibTerm copied to clipboard

may install this module use pod ?

Open v1xingyue opened this issue 6 years ago • 2 comments

how to use pod install this module ? Or is there any project using this project.

v1xingyue avatar May 23 '19 02:05 v1xingyue

There is no CocoaPods release. I don't think there is any project using this. The framework is an UI that can be embedded in other apps. But, for running commands and building your own terminal, you can use ios_system (doesn't support CocoaPods). <- This library contains the commands.

ColdGrub1384 avatar May 24 '19 18:05 ColdGrub1384

If you want to embed the UI of this app in another app, You can download the pre-built framework: https://github.com/ColdGrub1384/LibTerm/releases/tag/1.5. Libraries mentioned in the release notes must also be installed, then, for using it, it's in the README.md.

ColdGrub1384 avatar May 24 '19 18:05 ColdGrub1384