gabriel / KBPGP

PGP for iOS/OSX using kbpgp.js and JavaScriptCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems download pod

donminos opened this issue · comments

hi.

I have a problem I can not download the library through pod mark me the following error

[!] The 'Pods-project' target has transitive dependencies that include static binaries: (/Users/user/NetBeansProjects/Project-IOS/project-ios/smc/Pods/OpenSSL-Universal/lib-ios/libcrypto.a and /Users/user/NetBeansProjects/Project-IOS/project-ios/smc/Pods/OpenSSL-Universal/lib-ios/libssl.a)

I'm using swift 3 along with objective-c.

If you need to use PGP on iOS, I recommend trying to use the go pgp library, since go 1.5 fully supports iOS (arm64).

I'm doing pgp using gomobile instead of this project.

Oops, I meant to say I am doing pgp using gomobile and am NOT using this project anymore

Cool, updated the README to point people to that.