123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- platform :ios, '12.0'
- install! 'cocoapods', :disable_input_output_paths => true
- target 'KulexiuForStudent' do
-
-
- inhibit_all_warnings!
- pod 'MJExtension', '~> 3.3.0'
- pod 'AFNetworking', '~> 4.0'
- pod 'Masonry', '~> 1.1.0'
- pod 'MBProgressHUD', '~> 1.2.0'
- pod 'SDWebImage', '~> 5.16.0'
- 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 'CHIPageControl'
- pod 'TYCyclePagerView'
-
- pod 'SSZipArchive'
- pod 'SocketRocket'
- pod "iOS-KS3SDK", "~>1.0.5"
- pod 'AlipaySDK-iOS'
-
- pod 'lottie-ios', '~> 2.5'
-
-
- pod 'TUIChat/UI_Classic'
-
- pod 'TUIConversation/UI_Classic'
-
- pod 'TUIGroup/UI_Classic'
-
- pod 'TUISearch/UI_Classic'
-
- pod 'TXLiteAVSDK_Professional'
-
-
- pod 'QCloudCOSXML/Transfer'
-
- pod 'TZImagePickerController', "~>3.8.7"
-
- pod 'CocoaHTTPServer'
- target 'KulexiuForStudentTests' do
- inherit! :search_paths
-
- end
- target 'KulexiuForStudentUITests' do
-
- end
- 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
|