123456789101112131415161718192021222324 |
- target 'deltachat-ios' do
- platform :ios, '10.0'
- use_frameworks!
- swift_version = '4.2'
- # ignore all warnings from all dependencies
- inhibit_all_warnings!
- pod 'SwiftLint'
- pod 'SwiftFormat/CLI'
- pod 'KK-ALCameraViewController'
- # pod 'openssl-ios-bitcode'
- pod 'ReachabilitySwift'
- pod 'UICircularProgressRing'
- pod 'JGProgressHUD'
- pod 'SwiftyBeaver'
- pod 'DBDebugToolkit'
- pod 'InputBarAccessoryView'
- pod 'SCSiriWaveformView'
- target 'deltachat-iosTests' do
- inherit! :search_paths
- # Pods for testing
- end
- end
|