LeadKit/TIDeepLink/TIDeeplink.app/Contents/MacOS/Podfile

11 lines
349 B
Ruby

ENV["DEVELOPMENT_INSTALL"] = "true"
target 'TIDeeplink' do
platform :ios, 11
use_frameworks!
pod 'TIFoundationUtils', :path => '../../../../TIFoundationUtils/TIFoundationUtils.podspec'
pod 'TISwiftUtils', :path => '../../../../TISwiftUtils/TISwiftUtils.podspec'
pod 'TIDeeplink', :path => '../../../../TIDeeplink/TIDeeplink.podspec'
end