blob: 84d86a3001a4957a3d990e22065224280d6a587b [file] [log] [blame]
{
"name": "Decomposed",
"version": "0.0.5",
"summary": "CATransform3D manipulation made easy.",
"description": "Decomposed allows for CATransform3D, matrix_double4x4, and matrix_float4x4, to be decomposed, recomposed, and mutated without complex math.\nDecomposition is the act of breaking something down into smaller components, in this case transformation matrices into things like translation, scale, etc. in a way that they can all be individually changed or reset. The following are supported: Translation, Scale, Rotation, Skew, and Perspective.",
"homepage": "https://github.com/b3ll/Decomposed",
"screenshots": [
"https://github.com/b3ll/Decomposed/blob/master/Resources/Decomposed.gif?raw=true",
"https://github.com/b3ll/Decomposed/raw/master/Resources/Decomposed2.gif?raw=true"
],
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Adam Bell": "adam@adambell.me"
},
"social_media_url": "https://twitter.com/b3ll",
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"swift_versions": "5.0",
"module_name": "Decomposed",
"source": {
"git": "https://github.com/b3ll/Decomposed.git",
"tag": "v0.0.5"
},
"source_files": "Sources/**/*.{h,m,swift}",
"header_dir": "Decomposed",
"frameworks": "Accelerate",
"requires_arc": true,
"swift_version": "5.0"
}