12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- platform :ios, '12.0'
- install! 'cocoapods', :disable_input_output_paths => true
- target 'KulexiuForTeacher' do
-
-
- inhibit_all_warnings!
-
-
-
- pod 'MJExtension', '~> 3.4.1'
- pod 'AFNetworking', '~> 4.0'
- pod 'Masonry', '~> 1.1.0'
- pod 'MBProgressHUD', '~> 1.2.0'
- pod 'SDWebImage', '~> 5.18.11'
- pod 'MJRefresh', '~> 3.7.5'
- 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'
-
- pod 'TZImagePickerController'
-
- pod 'lottie-ios', '~> 2.5'
-
-
- pod 'SSZipArchive'
- pod 'SocketRocket'
-
- pod "iOS-KS3SDK", "~>1.0.5"
- pod 'AlipaySDK-iOS'
-
-
- pod 'TUIChat/UI_Classic'
-
- pod 'TUIConversation/UI_Classic'
-
- pod 'TUIGroup/UI_Classic'
-
- pod 'TUISearch/UI_Classic'
-
- pod 'TXLiteAVSDK_Professional'
-
- pod 'QCloudCOSXML/Transfer'
-
- pod 'CocoaHTTPServer'
-
-
- end
- post_install do |installer|
- installer.generated_projects.each do |project|
- project.targets.each do |target|
- target.build_configurations.each do |config|
- config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
- end
- end
- end
- end
|