blob: cdcc902ab1e417a1496e543bafe6635c37db0593 [file] [log] [blame]
{
"name": "Annotations",
"version": "0.8.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.8.0"
},
"platforms": {
"osx": "10.13"
},
"swift_versions": "5.0",
"dependencies": {
"TextAnnotation": [
"0.5.0"
]
},
"source_files": "Annotations/Classes/**/*",
"swift_version": "5.0"
}