LeadKit/TIKeychainUtils/TIKeychainUtils.app/Contents/MacOS/Podfile

13 lines
462 B
Ruby

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