Podfile 368 B

123456789101112131415
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'KBTabbarController' do
  4. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  5. # use_frameworks!
  6. # Pods for KBTabbarController
  7. pod 'SDWebImage', '~> 4.0.0'
  8. pod 'AFNetwork', '~> 0.1.0'
  9. pod 'MJRefresh', '~> 3.1.12'
  10. end