1 Star 0 Fork 0

赵健/FLIStarLibrary

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
FLIStarLibrary.podspec 896 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaojian 提交于 2020-02-19 17:34 . tag 0.0.1
Pod::Spec.new do |spec|
spec.name = "FLIStarLibrary"
spec.version = "0.0.1"
spec.summary = "A short description of FLIStarLibrary."
spec.description = <<-DESC
FLIStarLibrary component
DESC
spec.homepage = "https://gitee.com/WhatINeed/FLIStarLibrary.git"
spec.license = "MIT"
spec.author = { "flannery" => "18310579837@163.com" }
spec.platform = :ios, "9.0"
spec.source = { :git => "https://gitee.com/WhatINeed/FLIStarLibrary.git", :tag => "#{spec.version}" }
spec.source_files = "FLIStarLibrary/FLIStarLibrary/**/*.{h,m}"
spec.resource = 'FLIStarLibrary/FLIStarLibrary/Resource/*.png'
spec.framework = "Foundation"
spec.static_framework = true
spec.dependency 'Masonry', '~> 1.1.0'
spec.dependency 'MBProgressHUD', '~>1.1.0'
spec.dependency "AFNetworking", "~>3.2.1"
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/WhatINeed/FLIStarLibrary.git
git@gitee.com:WhatINeed/FLIStarLibrary.git
WhatINeed
FLIStarLibrary
FLIStarLibrary
master

搜索帮助