15 lines
556 B
Plaintext
15 lines
556 B
Plaintext
ENV["DEVELOPMENT_INSTALL"] = "true"
|
|
|
|
source 'https://git.svc.touchin.ru/TouchInstinct/Podspecs.git'
|
|
|
|
target 'TIBottomSheet' do
|
|
platform :ios, 11
|
|
use_frameworks!
|
|
|
|
pod 'TIUIElements', :path => '../../../../TIUIElements/TIUIElements.podspec'
|
|
pod 'TIUIKitCore', :path => '../../../../TIUIKitCore/TIUIKitCore.podspec'
|
|
pod 'TISwiftUtils', :path => '../../../../TISwiftUtils/TISwiftUtils.podspec'
|
|
pod 'TIBottomSheet', :path => '../../../../TIBottomSheet/TIBottomSheet.podspec'
|
|
pod 'TILogging', :path => '../../../../TILogging/TILogging.podspec'
|
|
end
|