IOCipher-ObjC icon indicating copy to clipboard operation
IOCipher-ObjC copied to clipboard

Cocoapods integration is broken

Open alinradut opened this issue 6 years ago • 0 comments

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'

alinradut avatar Dec 02 '19 15:12 alinradut