2 Star 0 Fork 0

Soto.Pu/BigInteger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BigInteger.podspec 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
Soto.Pu 提交于 2016-05-17 01:31 . spec 修改
Pod::Spec.new do |s|
s.name = "BigInteger"
s.version = "1.0.7"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = "BigInteger(大数据处理)."
s.homepage = "https://git.oschina.net/p709723778/BigInteger"
s.author = { "PoulSoto" => "p709723778@126.com" }
s.source = { :git => "https://git.oschina.net/p709723778/BigInteger.git", :tag => s.version.to_s }
s.requires_arc = true
s.description = <<-DESC
该工程有两个大数据处理类 一个是调用C代码写的OC操作类来进行处理,另一个是原生OC代码(ARC)处理! 看各自爱好选择!
DESC
# s.platform = :ios
# s.platform = :ios, '5.0'
# s.ios.deployment_target = '5.0'
# s.osx.deployment_target = '10.7'
s.public_header_files = 'BigInteger/**/*.h'
#s.source_files = 'BigInteger', 'BigInteger/**/*.{h,m}'
#s.exclude_files = 'BigInteger/Exclude'
s.subspec 'JKBigInteger' do |ss|
ss.source_files = 'BigInteger/JKBigInteger/JK{BigInteger}.{h,m}','BigInteger/JKBigInteger/LibTomMath/tommath{_class,_superclass}.{h,c}','BigInteger/JKBigInteger/LibTomMath/tommath.{h}'
#ss.ios.frameworks = 'Foundation', 'CoreGraphics'
#ss.osx.frameworks = 'CoreServices'
end
s.subspec 'STBigInteger' do |ss|
ss.source_files = 'BigInteger/STBigInteger/ST{BigInteger}.{h,m}','BigInteger/STBigInteger/NSString+HexToBytes.{h,m}'
#ss.ios.frameworks = 'Foundation', 'CoreGraphics'
#ss.osx.frameworks = 'CoreServices'
end
s.framework = 'Foundation'
s.frameworks = 'Foundation', 'UIKit'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/p709723778/BigInteger.git
git@gitee.com:p709723778/BigInteger.git
p709723778
BigInteger
BigInteger
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385