6 Star 16 Fork 3

devedbox / AXAnimationChain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AXAnimationChain-Swift.podspec 1.24 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Pod::Spec.new do |s|
s.name = "AXAnimationChain-Swift"
s.version = "0.3.0"
s.summary = "`AXAnimationChain-Swift` is an iOS chain animation kit using swift3.0."
s.description = <<-DESC
`AXAnimationChain-Swift` is an iOS chain animation kit using swift3.0 which is easy to use.
DESC
s.homepage = "https://github.com/devedbox/AXAnimationChain"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "devedbox" => "devedbox@qq.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/devedbox/AXAnimationChain.git", :tag => "0.3.0" }
#s.source_files = 'AXAnimationChain/Classes/UIView+ChainAnimator.{h,m}', 'AXAnimationChain/Classes/AXChainAnimator.{h,m}', 'AXAnimationChain/Classes/CoreAnimation/*.{h,m}', 'AXAnimationChain/Classes/Swifty/*.swift'
s.source_files = 'AXAnimationChain/Classes/Swifty/*.swift'
#s.xcconfig = {'SWIFT_INCLUDE_PATHS' => '$(PODS_ROOT)/AXAnimationChain/Classes/**'}
s.pod_target_xcconfig = {'SWIFT_INCLUDE_PATHS' => '$(PODS_ROOT)/AXAnimationChain/Classes/**'}
s.preserve_paths = 'AXAnimationChain/Classes/module.modulemap'
s.dependency 'AXAnimationChainSwift'
s.frameworks = "UIKit", "Foundation", "QuartzCore"
s.requires_arc = true
end
Objective-C
1
https://gitee.com/3Liang/AXAnimationChain.git
git@gitee.com:3Liang/AXAnimationChain.git
3Liang
AXAnimationChain
AXAnimationChain
master

搜索帮助

14c37bed 8189591 565d56ea 8189591