目录
目录README.md

PoliceDataKit

CI Integration Tests Documentation

A Swift Package for retrieving open data about crime and policing in England, Wales and Northern Ireland.

Requirements

  • Swift 5.7+

Installation

Swift Package Manager

Add the PoliceDataKit package as a dependency to your Package.swift file, and add it as a dependency to your target.

// swift-tools-version:5.7

import PackageDescription

let package = Package(
  name: "MyProject",

  dependencies: [
    .package(url: "https://github.com/adamayoung/police-data-kit.git", from: "3.0.0")
  ],

  targets: [
    .target(
      name: "MyProject",
      dependencies: [
        .product(name: "police-data-kit", package: "PoliceDataKit")
      ]
    )
  ]
)

Xcode project

Add the PoliceDataKit package to your Project’s Package dependencies.

Documentation

Documentation and examples of usage can be found at https://adamayoung.github.io/police-data-kit/documentation/policedatakit/

References

关于
787.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号