Skip to content

Instantly share code, notes, and snippets.

@mtopo27

mtopo27/Podfile Secret

Last active December 14, 2022 14:37
Show Gist options
  • Save mtopo27/c828e8f9ffe52fd1aae848de4f8d0535 to your computer and use it in GitHub Desktop.
Save mtopo27/c828e8f9ffe52fd1aae848de4f8d0535 to your computer and use it in GitHub Desktop.
pod 'SwiftProtobuf', ">= 1.14.0"
pod 'AFNetworking', '~> 3.0'
pod 'FBSDKCoreKit', '~> 4.9'
pod 'blurhash', git: 'https://github.com/signalapp/blurhash', branch: 'signal-master'
pod 'GRDB.swift/SQLCipher'
pod 'SQLCipher', ">= 4.0.1"
pod 'Mantle', git: 'https://github.com/signalapp/Mantle', branch: 'signal-master'
pod 'OpenSSL-Universal', git: 'https://github.com/signalapp/GRKOpenSSLFramework'
pod 'libPhoneNumber-iOS', git: 'https://github.com/signalapp/libPhoneNumber-iOS', branch: 'signal-master'
pod 'YYImage', git: 'https://github.com/signalapp/YYImage', :inhibit_warnings => true
pod 'YYImage/libwebp', git: 'https://github.com/signalapp/YYImage', :inhibit_warnings => true
pod 'libwebp'
pod 'Reachability', :inhibit_warnings => true
pod 'MobileCoinMinimal', git: 'https://github.com/signalapp/MobileCoin-Swift.git', branch: 'charlesmchen/mobileCoinMinimal', testspecs: ["Tests"]
pod 'CocoaLumberjack'
pod 'SAMKeychain'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment