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