younger_times
2023-06-09 66e92e00d206dc19a4066b6f3f58f30e5c532646
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