From 21d3023a9b7b6aff68c1170e345951396b1c6cfd Mon Sep 17 00:00:00 2001 From: 单军华 Date: Tue, 31 Jul 2018 13:35:21 +0800 Subject: [PATCH] no message --- screendisplay/Podfile | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 111 insertions(+), 0 deletions(-) diff --git a/screendisplay/Podfile b/screendisplay/Podfile new file mode 100755 index 0000000..2f94951 --- /dev/null +++ b/screendisplay/Podfile @@ -0,0 +1,111 @@ +platform :ios, '10.0' + + +target 'screendisplay' do + +inhibit_all_warnings! + +# ������������ +pod 'AFNetworking' +pod 'ASIHTTPRequest' +# ������������ +pod 'Reachability' + +#��������������� +pod 'MJExtension' +# ������������ +pod 'MJRefresh' +# ������������ +pod 'SDWebImage' +#������������ +pod 'Masonry' + +#��������������������� +pod 'UMengAnalytics' +# U-Share SDK UI��������������������������������������� +pod 'UMengUShare/UI' +pod 'UMengUShare/Social/ReducedWeChat' +pod 'UMengUShare/Social/QQ' +pod 'UMengUShare/Social/Sina' + +#������������SDK +pod 'BaiduMapKit' + +pod 'CYLTabBarController' + +# ������������ +pod 'HMEmoticon' +# ������������������ +pod 'KILabel' + + +pod 'YYImage' +pod 'YYText' +pod 'YYAsyncLayer' +pod 'YYCategories' +pod 'YYCache' +# ������������������ +#pod 'MagicWindowSDK' + +# ��������� ��������������� +pod 'FMDB' + +# ������ +pod 'MBProgressHUD' + +# ������ +pod 'M13ProgressSuite' + +# ������������ +pod 'SDCycleScrollView' + +# ������������ +pod 'IQKeyboardManager' + +# ������������������ +pod 'FCUUID' + + +# ������������ ������ ������ +pod 'MOFSPickerManager' + + +# ������������ +pod 'FDFullscreenPopGesture' + +# toast +pod 'Toast' + +# ��������� +pod 'HMQRCodeScanner' + +# ������ +pod 'TZImagePickerController' + +# scrollpageView +pod 'ZJScrollPageView' + +# ������������ +pod 'ZFPlayer' +pod 'ZFDownload' + +# mark- ��������� +# ������uibutton +pod 'DWBubbleMenuButton' + + +# ������ collectionView +#pod 'LxGridView' +# ������������ +#pod 'TDTouchID' +# h5������ +#pod 'WebViewJavascriptBridge' +# YYKit +#pod 'YYKit' +# ������������ +#pod 'iflyMSC' +# ������������������������������������ +# pod 'Hyphenate' +# pod 'EaseUI', :git => 'https://github.com/easemob/easeui-ios-hyphenate-cocoapods.git' + +end -- Gitblit v1.8.0