blob: fb72a9a5ab8783bd78bd53517871ebc2908deffd [file] [log] [blame]
{
"name": "Canvas2",
"version": "1.1.4",
"summary": "A Metal accelerated canvas for drawing and painting in iOS apps!",
"description": "Canvas 2 creates a drawing area on the screen that can be used for rendering highly efficient drawing curves. It uses the Metal 2 API to do this.",
"homepage": "https://github.com/Authman2/Canvas2",
"license": {
"type": "MIT",
"file": "./LICENSE"
},
"authors": {
"Adeola Uthman": "authman2@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source": {
"git": "https://github.com/Authman2/Canvas2.git",
"tag": "1.1.4"
},
"source_files": [
"Classes",
"Canvas2/src/**/*.{swift,h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "Canvas2/src/Shader.metal",
"frameworks": [
"Metal",
"MetalKit"
],
"swift_version": "5.0"
}