11 lines
185 B
Ruby
11 lines
185 B
Ruby
platform :ios, '10.0'
|
|
|
|
use_frameworks!
|
|
inhibit_all_warnings!
|
|
|
|
target 'Delta' do
|
|
pod 'FileMD5Hash', '~> 2.0.0'
|
|
pod 'SQLite.swift', '~> 0.11.0'
|
|
pod 'SDWebImage', '~> 3.8'
|
|
end
|