1 Star 1 Fork 0

DiDi-opensource/AoE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AoE.podspec 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
dingc 提交于 2020-01-17 00:21 . [update] update aoe version to 1.1.3
#
# Be sure to run `pod lib lint AoE.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'AoE'
s.version = '1.1.3'
s.summary = 'AoE'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
AoE is AI on Edage
DESC
s.homepage = 'https://github.com/didi/aoe/'
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.author = { 'dingc' => 'dc328466990@163.com' }
s.source = { :git => "https://github.com/didi/AoE.git", :tag => s.version.to_s }
s.prefix_header_file = false
s.default_subspec = 'Loader'
s.platform = :ios
s.ios.deployment_target = '8.0'
s.subspec 'Core' do |ss|
ss.source_files = "iOS/#{s.name}/library/Core/Classes/**/*"
ss.public_header_files = "iOS/#{s.name}/library/Core/Classes/**/*.h"
ss.frameworks = 'Foundation','UIKit','AdSupport'
# ss.resource_bundles = {
# 'iOS-Core' => ["iOS/#{s.name}/library/Core/Assets/**/*"]
# }
end
# extension for core
s.subspec 'Loader' do |ss|
ss.ios.deployment_target = '8.0'
ss.source_files = "iOS/#{s.name}/library/Loader/Classes/**/*"
ss.public_header_files = "iOS/#{s.name}/library/Loader/Classes/**/*.h"
ss.frameworks = 'CoreGraphics','CoreVideo'
ss.dependency "#{s.name}/Core"
ss.dependency "#{s.name}/Crypto"
ss.dependency 'JSONModel'
ss.dependency 'SSZipArchive'
# ss.resource_bundles = {
# 'iOS-Loader' => ["iOS/#{s.name}/library/Loader/Assets/**/*"]
# }
end
s.subspec 'Logger' do |ss|
ss.ios.deployment_target = '8.0'
ss.source_files = "iOS/#{s.name}/library/Logger/Classes/**/*"
ss.public_header_files = "iOS/#{s.name}/library/Logger/Classes/**/*.h"
ss.dependency "#{s.name}/Core"
# ss.resource_bundles = {
# 'iOS-Logger' => ["iOS/#{s.name}/library/Logger/Assets/**/*"]
# }
end
s.subspec 'Crypto' do |ss|
ss.ios.deployment_target = '8.0'
ss.source_files = "iOS/#{s.name}/library/Crypto/Classes/**/*","iOS/#{s.name}/library/Crypto/Libraries/include/**/*.h"
ss.public_header_files = "iOS/#{s.name}/library/Crypto/Classes/**/*.h"
ss.dependency "#{s.name}/Core"
ss.preserve_paths = "iOS/#{s.name}/library/Crypto/Libraries/lib/libaoesign.a"
ss.vendored_libraries = "iOS/#{s.name}/library/Crypto/Libraries/lib/libaoesign.a"
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/didiopensource/AoE.git
git@gitee.com:didiopensource/AoE.git
didiopensource
AoE
AoE
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385