Skip to content

ryanslikesocool/NSMetadataToolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSMetadataToolbox

Extensions and conveniences for Apple's metadata APIs.

NOTICE

This package is under development and not considered production-ready.
Breaking changes are common, documentation is incomplete, and support is limited. Use at your own risk.


Installation (Swift Package Manager)

Add the following entry to your package dependencies...

.package(url: "https://github.com/ryanslikesocool/NSMetadataToolbox.git", from: "0.0.6"),

...and your target dependencies.

.target(
	name: "MyTarget",
	dependencies: [
		"NSMetadataToolbox",
	]
),

Documentation

Quick Start Guide

Most of this package is documented with DocC.
To view documentation in Xcode, select Product > Build Documentation from the menu bar.


Dependencies

Dependency Reason
DeclarativeCore Shared declarative code.

About

Extensions and conveniences for Apple's metadata APIs.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages