TestsTested | ✓ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Mar 2018 |
SPMSupports SPM | ✓ |
Maintained by Richard Piazza.
Total | 32 |
Week | 0 |
Month | 1 |
Apps | 2 |
Test Targets | 2 |
Stars | 1 |
Watchers | 1 |
Forks | 0 |
Issues | 0 |
Contributors | 1 |
Pull Requests | 0 |
Files | 198 |
LOCLines of Code | 5,967 |
A swift implementation of Schema.org structured data vocabulary.
Schema.org is a collaborative, community activity with a mission to create, maintain, and promote schemas for structured data on the Internet, on web pages, in email messages, and beyond. This library implements some of the core vocabulary in the Swift language.
Sources/Schema.org/*
pod 'SOSwift/SchemaOnly', '~> 0.1'
This tree contains all of the protocol implementations of the primary structures and data types.
Sources/Implementation/*
pod 'SOSwift/Implementation', '~> 0.1'
pod 'SOSwift', '~> 0.1' (default subspec)
This tree contains a basic implementation of the Schema classes along with De/Serialization.
This work is based on the 3.2 version of the Schema.org vocabulary, and currently implements only the top level core Thing
subclasses.