4 Star 23 Fork 6

QuintGao / GKPageScrollView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Package.swift 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
// swift-tools-version:5.0
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
let package = Package(
name: "GKPageScrollView",
platforms: [
.iOS(.v9)
],
products: [
.library(
name: "GKPageScrollView",
targets: ["GKPageScrollView"]
),
.library(
name: "GKPageScrollViewSwift",
targets: ["GKPageScrollViewSwift"]
),
.library(
name: "GKPageSmoothView",
targets: ["GKPageSmoothView"]
),
.library(
name: "GKPageSmoothViewSwift",
targets: ["GKPageSmoothViewSwift"]
)
],
targets: [
.target(
name: "GKPageScrollView",
dependencies: [],
path: "Sources",
sources: ["GKPageScrollView"]
),
.target(
name: "GKPageScrollViewSwift",
dependencies: [],
path: "Sources",
sources: ["GKPageScrollViewSwift"]
),
.target(
name: "GKPageSmoothView",
dependencies: [],
path: "Sources",
sources: ["GKPageSmoothView"]
),
.target(
name: "GKPageSmoothViewSwift",
dependencies: [],
path: "Sources",
sources: ["GKPageSmoothViewSwift"]
)
]
)
Swift
1
https://gitee.com/QuintGao/GKPageScrollView.git
git@gitee.com:QuintGao/GKPageScrollView.git
QuintGao
GKPageScrollView
GKPageScrollView
master

搜索帮助