blob: 65e6e79afd6218b323454fbcf4e3b4bd02b9d1df [file] [log] [blame]
{
"name": "Annotations",
"version": "0.9.1",
"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.9.1"
},
"platforms": {
"osx": "10.13"
},
"swift_versions": "5.0",
"dependencies": {
"TextAnnotation": [
"0.6.1"
]
},
"source_files": "Annotations/Classes/**/*",
"swift_version": "5.0"
}