jiGuangXieZuo/ProductApp/Podfile

70 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-09-20 18:32:04 +08:00
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
platform :ios, '10.0'
target 'ProductApp' do
use_frameworks!
pod 'AFNetworking'
pod 'MJRefresh'
pod 'IQKeyboardManager'
pod 'Masonry'
pod 'Reachability'
pod 'MBProgressHUD'
pod 'DZNEmptyDataSet'
pod 'PopupKit'
pod 'SDCycleScrollView'
pod 'SDWebImage'
pod 'SDAutoLayout'
pod 'MOFSPickerManager'
pod 'UITableView+FDTemplateLayoutCell'
pod 'YYModel'
pod 'LSTTimer'
pod 'SSZipArchive'
2024-09-21 18:49:01 +08:00
pod 'YYText'
2024-09-20 18:32:04 +08:00
#pod 'AMapNavi'
#pod 'AMapLocation'
#pod 'AMapSearch'
2024-09-27 17:42:08 +08:00
pod 'HXPhotoPicker'
2024-09-20 18:32:04 +08:00
2024-09-27 17:42:08 +08:00
#pod 'HXPhotoPicker-Lite'
#pod 'HXPhotoPicker-Lite/Picker'
#pod 'HXPhotoPicker-Lite/Editor'
#pod 'HXPhotoPicker-Lite/Camera'
2024-09-20 18:32:04 +08:00
2024-10-17 16:36:05 +08:00
pod 'WechatOpenSDK'
pod 'libpag'
pod 'GYSDK'
pod 'GTSDK'
pod 'GTExtensionSDK'
pod 'UMCommon'
pod 'UMDevice'
pod 'UMCCommonLog'
pod 'UMAPM'
pod 'UMLink'
pod 'libpag'
2024-09-20 18:32:04 +08:00
2024-10-21 18:32:40 +08:00
pod 'SocketRocket'
2024-09-20 18:32:04 +08:00
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'] = '11.0'
end
end
end
end
end