-
-
Save mtopo27/c828e8f9ffe52fd1aae848de4f8d0535 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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