TIDAORealm/Example/Podfile

14 lines
206 B
Ruby

use_frameworks!
target 'DAO_Example' do
pod 'DAO', :path => '../'
target 'CoreDataDAOTests' do
inherit! :search_paths
end
target 'RealmDAOTests' do
inherit! :search_paths
end
end