代码拉取完成,页面将自动刷新
#
# 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。