CONFIG: Add URLSession configuration (#96)
A Swift Package for retrieving open data about crime and policing in England, Wales and Northern Ireland.
Add the PoliceDataKit package as a dependency to your Package.swift file, and add it as a dependency to your target.
Package.swift
// 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") ] ) ] )
Add the PoliceDataKit package to your Project’s Package dependencies.
Documentation and examples of usage can be found at https://adamayoung.github.io/police-data-kit/documentation/policedatakit/
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
PoliceDataKit
A Swift Package for retrieving open data about crime and policing in England, Wales and Northern Ireland.
Requirements
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.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