Ai
1 Star 1 Fork 0

lalawue/PinStackView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
PinStackView.podspec 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
#
# Be sure to run `pod spec lint PageEventBus.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |spec|
spec.name = "PinStackView"
spec.version = "0.6.20250316"
spec.summary = "Frame base StackView relies on PinLayout"
spec.description = "Frame base StackView relies on PinLayout, with inner padding, equal distribution, dynamic axis length, grow/shrink items capability"
spec.platform = :ios
spec.homepage = "https://github.com/lalawue/PinStackView"
spec.license = "MIT"
spec.author = "lalawue"
spec.source = { :git => "https://github.com/lalawue/PinStackView.git", :tag => "#{spec.version}" }
spec.source_files = 'PinStackView/Classes/**/*'
spec.ios.deployment_target = '9.0'
spec.swift_version = '5.0'
spec.ios.dependency 'PinLayout'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lalawue/PinStackView.git
git@gitee.com:lalawue/PinStackView.git
lalawue
PinStackView
PinStackView
master

搜索帮助