1 Star 0 Fork 0

Kaelinda/DSLDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Podfile 747 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhouzuosong 提交于 2024-02-26 10:43 . init
# source 'https://codeup.aliyun.com/6128d2e757e7cd986dfae5ab/app-common/specsstore.git'
# source 'https://codeup.aliyun.com/6128d2e757e7cd986dfae5ab/app-github/volcengine-specs.git'
# source 'https://nexus3.nowcoder.com/repository/cocoapods-cdn-proxy/'
install! 'cocoapods',
:warn_for_unused_master_specs_repo => false,
:preserve_pod_file_structure => true,
:generate_multiple_pod_projects => true,
:incremental_installation => true #如果修改了pre_install或post_install,pod install时需要加--clean-install
inhibit_all_warnings!
use_modular_headers!
use_frameworks!:linkage => :static
platform :ios, '13.0'
target 'TangramDemo' do
pod 'TangramKit'
pod 'Kingfisher'
pod 'LookinServer', :configurations => [ 'Debug']
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/kaelinda/dsldemo.git
git@gitee.com:kaelinda/dsldemo.git
kaelinda
dsldemo
DSLDemo
master

搜索帮助