Ai
1 Star 0 Fork 0

ios_shen/BuglyHotfix-iOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
BuglyHotfix.podspec 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
ronniefeng 提交于 2017-12-14 15:07 +08:00 . Release BuglyHotfix 2.1.0
Pod::Spec.new do |s|
s.name = "BuglyHotfix"
s.version = "2.1.0"
s.summary = "BuglyHotfix iOS SDK. Learn more at https://bugly.qq.com."
s.description = "iOS library for Bugly App Hotfix Service. Sign up for a service at https://bugly.qq.com."
s.homepage = "https://bugly.qq.com/"
s.authors = { "Bugly" => "https://github.com/BuglyDevTeam" }
s.author = { "Bugly" => "https://github.com/BuglyDevTeam" }
s.source = { :http => "http://softfile.3g.qq.com/myapp/buglysdk/BuglyHotfix-2.1.0.zip" }
s.requires_arc = true
s.platform = :ios
s.ios.deployment_target = '7.0'
s.frameworks = 'SystemConfiguration','Security'
s.library = 'z','c++'
s.default_subspec = "Core"
s.subspec "Core" do |ss|
ss.vendored_frameworks = "BuglyHotfix.framework"
ss.source_files = "BuglyHotfix.framework/Headers/*.h"
end
s.license = {
:type => 'Commercial',
:text => <<-LICENSE
Copyright (C) 2017 Tencent Bugly, Inc. All rights reserved.
LICENSE
}
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ios_shen/BuglyHotfix-iOS.git
git@gitee.com:ios_shen/BuglyHotfix-iOS.git
ios_shen
BuglyHotfix-iOS
BuglyHotfix-iOS
master

搜索帮助