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

target 'Lighting' do 

    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 'UMengUShare/Social/ReducedWeChat'
    pod 'UMengUShare/Social/ReducedSina'
    pod 'DZNEmptyDataSet'
    pod 'PNChart', '~> 0.8.9'
    pod 'AliyunOSSiOS', '~> 2.6.0'
    pod 'PNChart', '~> 0.8.9'
    pod 'JPush', '~> 3.0.1'
    pod 'WZLBadge', '~> 1.2.5'
    pod 'UITableView+FDTemplateLayoutCell', '~> 1.5.beta'
    pod 'YXAlertController', '~> 1.0.2'
    pod 'iCarousel', '~> 1.8.3'
    pod 'UMengAnalytics'
    pod 'Bugly', '~> 2.4.7'

end