11 Star 18 Fork 12

ssssddf / SRAlbum

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SRAlbum.podspec 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
sfldzh 提交于 2022-08-08 10:34 . 兼容srtoast
Pod::Spec.new do |spec|
spec.name = "SRAlbum"
spec.version = "0.2.9"
spec.summary = "相册和相机模块"
spec.swift_version = "5.0"
spec.homepage = "https://www.baidu.com/"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "施峰磊" => "shifenglei1216@163.com" }
spec.platform = :ios, "12.0"
spec.source = { :git => "https://github.com/sfldzh/SRAlbum.git", :tag => "#{spec.version}" }
spec.source_files = "Classes", "Classes/**/*.{h,m,swift}"
spec.exclude_files = "Classes/Exclude"
spec.resource = 'Classes/SRAlbum.bundle'
spec.dependency "XibFrame"
spec.dependency "SRToast"
spec.dependency "Verge/Store", ">= 8.9.1"
spec.dependency "TransitionPatch"
end
Objective-C
1
https://gitee.com/sr_lele/SRAlbum.git
git@gitee.com:sr_lele/SRAlbum.git
sr_lele
SRAlbum
SRAlbum
master

搜索帮助