Files
Fernando Ortiz 891e7aa762 Initial commit
2017-02-25 15:59:22 -03:00

12 lines
212 B
Ruby

use_frameworks!
target 'PluggableApplicationDelegate_Example' do
pod 'PluggableApplicationDelegate', :path => '../'
target 'PluggableApplicationDelegate_Tests' do
inherit! :search_paths
end
end