Sha256: 6007d6fa23a5fe2cca97f622db7f830b19275fce38445189f1a045110943cfb8
Contents?: true
Size: 267 Bytes
Versions: 23
Compression:
Stored size: 267 Bytes
Contents
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
Version data entries
23 entries across 17 versions & 2 rubygems