blob: 7676aacfd545a723183e7de29eef86bca3ebae9c [file] [log] [blame]
{
"name": "SOSwiftVocabulary",
"version": "0.1.0",
"summary": "The Schema.org structured data vocabulary defined as a series of swift protocols.",
"description": "Schema.org is a collaborative, community activity with a mission to create, maintain,\nand promote schemas for structured data on the Internet, on web pages, in email messages,\nand beyond. This library presents some of the core vocabulary as a series of Swift protocols.",
"homepage": "https://github.com/richardpiazza/SOSwiftVocabulary",
"license": "MIT",
"authors": {
"Richard Piazza": "github@richardpiazza.com"
},
"social_media_url": "https://twitter.com/richardpiazza",
"source": {
"git": "https://github.com/richardpiazza/SOSwiftVocabulary.git",
"tag": "0.1.0"
},
"source_files": "Sources/*",
"frameworks": "Foundation",
"requires_arc": true,
"platforms": {
"osx": "10.13",
"ios": "11.0",
"tvos": "11.0",
"watchos": "4.0"
},
"pushed_with_swift_version": "4.0"
}