[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 5 / 4 / Decomposed / 0.0.5 / Decomposed.podspec.json
blob84d86a3001a4957a3d990e22065224280d6a587b
2   "name": "Decomposed",
3   "version": "0.0.5",
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",
7   "screenshots": [
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"
10   ],
11   "license": {
12     "type": "BSD",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Adam Bell": "adam@adambell.me"
17   },
18   "social_media_url": "https://twitter.com/b3ll",
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.15"
22   },
23   "swift_versions": "5.0",
24   "module_name": "Decomposed",
25   "source": {
26     "git": "https://github.com/b3ll/Decomposed.git",
27     "tag": "v0.0.5"
28   },
29   "source_files": "Sources/**/*.{h,m,swift}",
30   "header_dir": "Decomposed",
31   "frameworks": "Accelerate",
32   "requires_arc": true,
33   "swift_version": "5.0"