代码拉取完成,页面将自动刷新
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'ImGuider X' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for ImGuider X
# 网络请求
pod 'Moya'
# 查看设备信息
pod 'DeviceKit'
# 网络图片加载
pod 'Kingfisher'
# 自动布局
pod 'SnapKit'
# 键盘
pod 'IQKeyboardManagerSwift'
# 吐司,透明HUD
pod 'Toast-Swift'
# 下拉刷新
pod 'MJRefresh'
# 崩溃收集
pod 'Bugly'
# 多线程下载
pod 'Tiercel'
# 数据库
# pod 'RealmSwift'
# 轮播图
pod 'FSPagerView'
# 二维码
pod 'swiftScan'
pod 'YYText'
pod 'SKPhotoBrowser'
pod 'JZLocationConverterSwift'
# --------------- 一些动画效果 ----------------------
pod 'TransitionButton'
# -------------祛除警告------------
inhibit_all_warnings!
# codesigning 错误
post_install do |installer|
# 需要指定编译版本的第三方的名称 swift 4.0
myTargets = ['swiftScan']# swiftScan 1.1.5;
installer.pods_project.targets.each do |target|
if myTargets.include? target.name
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.0'
end
end
end
installer.pods_project.build_configurations.each do |config|
config.build_settings['LD_RUNPATH_SEARCH_PATHS'] = [
'$(FRAMEWORK_SEARCH_PATHS)'
]
installer.pods_project.build_configurations.each do |config|
config.build_settings.delete('CODE_SIGNING_ALLOWED')
config.build_settings.delete('CODE_SIGNING_REQUIRED')
end
end
end
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。