Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cocoapods integration is broken #6

Open
alinradut opened this issue Dec 2, 2019 · 0 comments
Open

Cocoapods integration is broken #6

alinradut opened this issue Dec 2, 2019 · 0 comments

Comments

@alinradut
Copy link

The library does not appear to be published to Cocoapods any more:

$ pod install
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/universal-darwin18/rbconfig.rb:215: warning: Insecure world writable dir /usr/local in PATH, mode 040777
Analyzing dependencies
[!] Unable to find a specification for `IOCipher`

Podfile:

target 'Example' do
  pod 'IOCipher'
end

At the moment this can be fixed by adding the git source: pod 'IOCipher' , :git => 'https://github.com/ChatSecure/IOCipher-ObjC.git'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant