LeadKit/TITextProcessing/PlaygroundPodfile

9 lines
200 B
Plaintext

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