This project manages its dependencies using CocoaPods. Learn more
podfile 647 Bytes
platform:ios,'9.0'


target 'Lighting' do 

    pod 'SAMKeychain', '~> 1.5.2'
    pod 'WYPopoverController', '~> 0.3.9'
    pod 'FDFullscreenPopGesture'
    pod 'MWPhotoBrowser', '~> 2.1.2'
    pod 'MBProgressHUD', '~> 0.9.2'
    pod 'IQKeyboardManager', '~> 4.0.7'
    pod 'MMDrawerController', '~> 0.6.0'
    pod 'Masonry'
    pod 'MJRefresh', '~> 3.1.12'
    pod 'SDWebImage'
    pod 'AFNetworking', '~> 3.1.0'
    pod 'JSONModel', '~> 1.2.0'
    pod 'UMengSocial'
    pod 'DZNEmptyDataSet'
    pod 'Bugly'
    pod 'UMengAnalytics', '~> 4.1.2'
    pod 'PNChart', '~> 0.8.9'
    pod 'AliyunOSSiOS', '~> 2.5.1'
    pod 'PNChart', '~> 0.8.9'

end