4 Star 1 Fork 0

Gitee 极速下载/corebitcoin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/oleganza/CoreBitcoin
克隆/下载
CoreBitcoin.podspec 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
s.name = "CoreBitcoin"
s.version = "0.6.8.1"
s.summary = "CoreBitcoin is an implementation of Bitcoin protocol in Objective-C."
s.description = <<-DESC
CoreBitcoin is a complete toolkit to work with Bitcoin data structures.
DESC
s.homepage = "https://github.com/oleganza/CoreBitcoin"
s.license = 'WTFPL'
s.author = { "Oleg Andreev" => "oleganza@gmail.com" }
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
s.source = { :git => "https://github.com/oleganza/CoreBitcoin.git", :tag => s.version.to_s }
s.source_files = 'CoreBitcoin'
s.exclude_files = ['CoreBitcoin/**/*+Tests.{h,m}', 'CoreBitcoin/BTCScriptTestData.h']
s.requires_arc = true
s.framework = 'Foundation'
s.ios.framework = 'UIKit'
s.osx.framework = 'AppKit'
s.dependency 'OpenSSL-Universal', '1.0.1.16'
s.dependency 'ISO8601DateFormatter'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/corebitcoin.git
git@gitee.com:mirrors/corebitcoin.git
mirrors
corebitcoin
corebitcoin
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385