source "https://cdn.cocoapods.org/" platform :ios, '9.0' inhibit_all_warnings! use_frameworks! target 'CoreDataDAO' do # nothing end target 'RealmDAO' do pod "Realm" pod "RealmSwift" end