blob: b182c9379eb4ae1279c6360112308fc439eb3db5 [file] [log] [blame]
{
"name": "Annotations",
"version": "0.1.0",
"summary": "Swift shape and text annotation component for macOS.",
"description": "A component that can be used for apps providing visual annotation support of screenshots or other images.\nThe component supports free-hand drawing, text boxes as well as shape annotations via arrows or rectangles.",
"homepage": "https://github.com/blackbeltlabs/Annotations",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mirko Kiefer": "mail@mirkokiefer.com"
},
"source": {
"git": "https://github.com/blackbeltlabs/Annotations.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.13"
},
"swift_versions": "4.2",
"dependencies": {
"TextAnnotation": [
"0.3.2"
]
},
"source_files": "Annotations/Classes/**/*",
"swift_version": "4.2"
}