younger_times
2023-06-09 221256d53c43f2d768748d6018ffddf1f23d65b9
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