4 "summary": "CATransform3D manipulation made easy.",
5 "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.",
6 "homepage": "https://github.com/b3ll/Decomposed",
8 "https://github.com/b3ll/Decomposed/blob/master/Resources/Decomposed.gif?raw=true",
9 "https://github.com/b3ll/Decomposed/raw/master/Resources/Decomposed2.gif?raw=true"
16 "Adam Bell": "adam@adambell.me"
18 "social_media_url": "https://twitter.com/b3ll",
23 "swift_versions": "5.0",
24 "module_name": "Decomposed",
26 "git": "https://github.com/b3ll/Decomposed.git",
29 "source_files": "Sources/**/*.{h,m,swift}",
30 "header_dir": "Decomposed",
31 "frameworks": "Accelerate",
33 "swift_version": "5.0"