LeadKit/TICoreGraphicsUtils/TICoreGraphicsUtils.app/Contents/MacOS/Podfile

9 lines
214 B
Ruby

ENV["DEVELOPMENT_INSTALL"] = "true"
target 'TICoreGraphicsUtils' do
platform :ios, 11.0
use_frameworks!
pod 'TICoreGraphicsUtils', :path => '../../../../TICoreGraphicsUtils/TICoreGraphicsUtils.podspec'
end