From a8297afeff989f07a0d54dadfec7b34799a9c5dd Mon Sep 17 00:00:00 2001
From: 单军华
Date: Wed, 11 Jul 2018 11:40:39 +0800
Subject: [PATCH] 打包配置

---
 screendisplay/Podfile |  111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 111 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Podfile b/screendisplay/Podfile
new file mode 100755
index 0000000..990a19a
--- /dev/null
+++ b/screendisplay/Podfile
@@ -0,0 +1,111 @@
+platform :ios, '11.4'
+
+
+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