2 "name": "PerspectiveTransform",
3 "cocoapods_version": "~> 1.5",
5 "summary": "Perspective Transform calculates CATransform3D",
6 "description": "Calculates CATransform3D to transform rectangular frame to convex quadrilateral\nAllows to overlay images in UIView given 4 points.",
7 "homepage": "https://github.com/paulz/PerspectiveTransform",
8 "screenshots": "https://github.com/paulz/PerspectiveTransform/wiki/images/container-with-green-polygon.png",
13 "Paul Zabelin": "https://github.com/paulz"
16 "git": "https://github.com/paulz/PerspectiveTransform.git",
19 "social_media_url": "https://twitter.com/iospaulz",
23 "swift_versions": "5.0",
24 "source_files": "Pod/Classes/**/*",
34 "requires_app_host": false,
36 "Example/Specs/**/*.{h,swift}",
37 "Example/Tests/*Helper.swift"
47 "requires_app_host": true,
48 "resources": "Example/Tests/**/*.{png,jpg,svg}",
50 "Example/Tests/**/*.{h,swift}",
51 "Example/PerspectiveTransform/resetAnchorPoint.swift"
55 "Nimble-Snapshots": "~> 7.0",
56 "iOSSnapshotTestCase": "~> 6.0"