| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 | 
							- # Uncomment the next line to define a global platform for your project
 
-   platform :ios, '11.0'
 
-   target 'KulexiuForTeacher' do
 
-   
 
-   # 忽略引入库的所有警告(强迫症者的福音啊)
 
-  inhibit_all_warnings!
 
-   # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
 
-   #use_frameworks!
 
-    
 
-   pod 'MJExtension', '~> 3.3.0'
 
-   pod 'AFNetworking', '~> 4.0'
 
-   pod 'Masonry', '~> 1.1.0'
 
-   pod 'MBProgressHUD', '~> 1.2.0'
 
-   pod 'SDWebImage', '~> 5.12.5'
 
-   pod 'MJRefresh', '~> 3.1.12'
 
-   pod 'IQKeyboardManager'
 
-   pod 'Reachability', '~> 3.2'
 
-   pod 'JCore', '2.7.1-noidfa'
 
-   pod 'JPush', '4.3.0'
 
- #  pod 'JXCategoryView'
 
- #  pod 'JXPagingView/Pager'
 
-   pod 'Bugly'
 
-   pod 'Whiteboard'
 
-   pod 'RSKImageCropper'
 
-   pod 'TYCyclePagerView'
 
-   
 
-   #lottie 动画库
 
-   pod 'lottie-ios', '~> 2.5'
 
- #  友盟
 
- #  pod 'UMCommon'
 
- #  pod 'UMDevice'
 
- #  pod 'UMAPM'
 
- #  # 可选,UI模块(分享面板),由原来的UMCShare/UI变为了UMShare/UI
 
- #    pod 'UMShare/UI'
 
- #  # 分享SDK 在线依赖其它平台仅支持手动集成[友盟+官网-开发者中心-sdk下载页-sdk下载]
 
- #    pod 'UMShare/Social/WeChat'
 
- #    pod 'UMShare/Social/Sina'
 
- #    pod 'UMShare/Social/QQ'
 
-     
 
-   pod 'SSZipArchive'
 
-   pod 'SocketRocket'
 
-   pod 'RongCloudIM/IMLib',  '~> 5.2.3'
 
-   pod 'RongCloudIM/IMKit',  '~> 5.2.3'
 
-   pod 'RongCloudIM/Sight',  '~> 5.2.3'
 
-   pod 'RongCloudRTC/RongRTCLib','~> 5.2.3'
 
-   pod 'RongCloudRTC/RongFaceBeautifier','~> 5.2.3'
 
-   
 
-   pod "iOS-KS3SDK", "~>1.0.5"
 
- #  pod "WechatOpenSDK"
 
-   pod 'AlipaySDK-iOS'
 
- #
 
-   # Pods for KulexiuForTeacher b
 
- end
 
 
  |