platform :ios, '10.0' inhibit_all_warnings! use_modular_headers! use_frameworks! :linkage => :static target '${POD_NAME}_Example' do pod '${POD_NAME}', :path => '../' target '${POD_NAME}_Tests' do inherit! :search_paths ${INCLUDED_PODS} end end