5 Star 0 Fork 0

听旅/ImGuiderX_SW

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Podfile 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
llt 提交于 2018-10-26 19:31 . 首页广告位
# 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/listening-tour/ImGuiderX_SW.git
[email protected]:listening-tour/ImGuiderX_SW.git
listening-tour
ImGuiderX_SW
ImGuiderX_SW
master

搜索帮助