1 Star 1 Fork 0

Nick5683 / NKWebImage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
NKWebImage.podspec 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
Nick5683 提交于 2021-06-05 14:22 . new version
#
# Be sure to run `pod lib lint NKWebImage.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 https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'NKWebImage'
s.version = '0.1.4'
s.summary = 'fork from SDWebImage, can use in mainproject & NKDCloudModule'
# 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
just a module in main product, Add long description of the pod here. check project has NKWebImage func before import this module.
DESC
s.homepage = 'https://git.dh-tech.cn/Nick/NKWebImage'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'nick' => '157132026@qq.com' }
s.source = { :git => 'https://git.dh-tech.cn/Nick/NKWebImage.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '10.0'
s.source_files = 'NKWebImage/Classes/**/*'
# s.resource_bundles = {
# 'NKWebImage' => ['NKWebImage/Assets/*.png']
# }
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'armv7 arm64' }
#
# s.static_framework = true
s.vendored_libraries = 'NKWebImage/Libs/*.a'
s.public_header_files = 'NKWebImage/Classes/**/*.h'
s.frameworks = 'UIKit', 'MapKit', 'ImageIO'
# s.libraries = "xml2.2"
# 创建工程 进入Bulid Phases-->Link Binary With Libraries, 点击'+',引入框架:ImageIO.framework, MapKit.framework, libxml2.2.dylib
end
Swift
1
https://gitee.com/nick5683/NKWebImage.git
git@gitee.com:nick5683/NKWebImage.git
nick5683
NKWebImage
NKWebImage
master

搜索帮助