platform :ios, '9.0'
use_frameworks!

target ‘SHZX’ do


    pod 'Moya', '~> 11.0.1'
    pod 'Kingfisher'
    pod 'SwiftyJSON'
    pod 'SVProgressHUD', '~> 2.2.2'
    pod 'ViewAnimator'
    pod 'Charts', '~> 3.0.5'




end

