younger_times
2023-06-14 177ae5f9f619bd39e2d505709d8c5b419e7867ee
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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'
  pod 'FFPage'
  pod 'SPPageMenu'
end