Ai
1 Star 0 Fork 0

raychow-github/JQSafeKit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
JQSafeKit.podspec 707 Bytes
一键复制 编辑 原始数据 按行查看 历史
Harry 提交于 2016-11-23 14:23 +08:00 . 0.0.2
Pod::Spec.new do |s|
s.name = "JQSafeKit"
s.version = "0.0.2"
s.summary = "This framework can effective avoid crash by potential error code and also can avoid crash and note you that where cause crash of JQSafeKit"
s.homepage = "https://github.com/XiaoHanGe/JQSafeKit"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "韩俊强" => "532167805" }
s.platform = :ios, "8.0"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/XiaoHanGe/JQSafeKit.git", :tag => s.version.to_s }
s.source_files = "JQSafeKit", "JQSafeKit/**/*.{h,m}"
s.public_header_files = "JQSafeKit/**/*.h"
s.requires_arc = true
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/raychow-github/JQSafeKit.git
git@gitee.com:raychow-github/JQSafeKit.git
raychow-github
JQSafeKit
JQSafeKit
master

搜索帮助