blob: ff7c2afaadc9eb53bb0f6dba9fc19fe5801f50d0 [file] [log] [blame]
{
"name": "SOSwift",
"version": "2.1.0",
"summary": "A swift implementation of Schema.org structured data vocabulary.",
"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 implements some of the core vocabulary in the Swift language.",
"homepage": "https://github.com/richardpiazza/SOSwift",
"license": "MIT",
"authors": {
"Richard Piazza": "github@richardpiazza.com"
},
"social_media_url": "https://twitter.com/richardpiazza",
"source": {
"git": "https://github.com/richardpiazza/SOSwift.git",
"tag": "2.1.0"
},
"source_files": "Sources/SOSwift/*",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"SOSwiftVocabulary": [
"~> 1.1.0"
]
},
"platforms": {
"osx": "10.13",
"ios": "11.0",
"tvos": "11.0",
"watchos": "4.0"
},
"pushed_with_swift_version": "4.0"
}