Swiftpack.co - adamayoung/police-data-kit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by adamayoung.
adamayoung/police-data-kit 3.0.0
A Swift Package for UK Police data providing a rich data source for information about crime and policing in England, Wales and Northern Ireland.
⭐️ 1
🕓 4 days ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/adamayoung/police-data-kit.git", from: "3.0.0")

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

GitHub

link
Stars: 1
Last commit: 4 days ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

3.0.0
4 days ago

What's Changed

Full Changelog: https://github.com/adamayoung/police-data-kit/compare/2.0.3...3.0.0

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics