1 Star 0 Fork 0

HiHo_Silver/Ctest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Ctest.podspec 667 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
s.name = "Ctest"
s.version = "1.0.0"
s.summary = "Framework for Ctest"
s.description = <<-DESC
is a free, open project that provides browsers and mobile
DESC
s.homepage = "https://github.com/liulinhong/Ctest"
s.license = "BSD"
s.author = { "linhong.liu" => "liulinhong@feinno.com" }
s.source = { :git => "https://github.com/liulinhong/Ctest.git", :tag => s.version }
s.platform = :ios, "8.0"
s.vendored_frameworks = "Ctest.framework"
s.xcconfig = { "FRAMEWORK_SEARCH_PATHS" => "$\"(PODS_ROOT)/**\"" }
#https://github.com/CocoaPods/CocoaPods/issues/1993
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/hihosilver/Ctest.git
git@gitee.com:hihosilver/Ctest.git
hihosilver
Ctest
Ctest
master

搜索帮助