12 lines
419 B
Plaintext
12 lines
419 B
Plaintext
ENV["DEVELOPMENT_INSTALL"] = "true"
|
|
|
|
target 'TIDeeplink' do
|
|
platform :ios, 11
|
|
use_frameworks!
|
|
|
|
pod 'TILogging', :path => '../../../../TILogging/TILogging.podspec'
|
|
pod 'TIFoundationUtils', :path => '../../../../TIFoundationUtils/TIFoundationUtils.podspec'
|
|
pod 'TISwiftUtils', :path => '../../../../TISwiftUtils/TISwiftUtils.podspec'
|
|
pod 'TIDeeplink', :path => '../../../../TIDeeplink/TIDeeplink.podspec'
|
|
end
|