Podfile 80 B

123456
  1. use_frameworks!
  2. target 'Jieba_Tests' do
  3. pod 'Jieba', :path => '../'
  4. end