1 Star 0 Fork 0

forChallenge/FLAnimatedImage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Package.swift 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
// swift-tools-version:5.0
import PackageDescription
let package = Package(
name: "FLAnimatedImage",
platforms: [
.iOS(.v9)
],
products: [
.library(name: "FLAnimatedImage", targets: ["FLAnimatedImage"]),
],
targets: [
.target(
name: "FLAnimatedImage",
path: "FLAnimatedImage",
exclude: [ "Info.plist" ],
sources: [ "FLAnimatedImageView.m", "FLAnimatedImage.m" ],
publicHeadersPath: "include",
cSettings: [
.headerSearchPath("include")
]
)
]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Nealios/FLAnimatedImage.git
git@gitee.com:Nealios/FLAnimatedImage.git
Nealios
FLAnimatedImage
FLAnimatedImage
master

搜索帮助