SecMemo iOS project.
Keep privacy, use SecMemo to protect your private memos. SecMemo is not just another notes application. It allows your data be accessible only by you.
Live demo can be found at Apple AppStore https://apps.apple.com/ru/app/secmemo/id1603505460?l=en
Run Terminal.app
(or any other unix terminal program you like) then go to the folder you have cloned the repository to.
Next launch this command:
$ pod install
This will create secmemo.xcworkspace
XCode workspace and install all necessary dependencies.
Open it and build the project.