12 lines
411 B
Plaintext
12 lines
411 B
Plaintext
ENV["DEVELOPMENT_INSTALL"] = "true"
|
|
|
|
target 'TIUIElements' do
|
|
platform :ios, 11.0
|
|
use_frameworks!
|
|
|
|
pod 'TIUIElements', :path => '../../../../TIUIElements/TIUIElements.podspec'
|
|
pod 'TIUIKitCore', :path => '../../../../TIUIKitCore/TIUIKitCore.podspec'
|
|
pod 'TISwiftUtils', :path => '../../../../TISwiftUtils/TISwiftUtils.podspec'
|
|
pod 'TILogging', :path => '../../../../TILogging/TILogging.podspec'
|
|
end
|