- Subclasses RSTPersistentContainer - Removes need for FileMD5Hash pod - Adds start() as better way to load database - Uses merged Harmony model
12 lines
237 B
Ruby
12 lines
237 B
Ruby
platform :ios, '10.0'
|
|
|
|
use_frameworks!
|
|
inhibit_all_warnings!
|
|
|
|
target 'Delta' do
|
|
pod 'SQLite.swift', '~> 0.11.0'
|
|
pod 'SDWebImage', '~> 3.8'
|
|
pod 'Fabric', '~> 1.6.0'
|
|
pod 'Crashlytics', '~> 3.8.0'
|
|
pod 'SMCalloutView'
|
|
end |