younger_times
2023-06-13 47bc190ccc89050b2a15cc1a8fc4818ba440844d
1
2
3
4
5
6
7
8
9
10
11
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
 
target 'WanPai' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!
 
  # Pods for WanPai
  pod 'JQTools',:path=> '/Users/yangkai/Developer/MyProject/JQTools'
  pod 'SwifterSwift'
end