blob: c5bdc348651150c2ecac3e69d5fe5d5e90b84f26 [file] [log] [blame]
{
"name": "PerspectiveTransform",
"version": "0.2.0",
"summary": "Perspective Transform calculates CATransform3D",
"description": "Calculates CATransform3D to transform rectangular frame to convex quadrilateral\nAllows to overlay images in UIView given 4 points.",
"homepage": "https://github.com/paulz/PerspectiveTransform",
"screenshots": "https://github.com/paulz/PerspectiveTransform/wiki/images/container-with-green-polygon.png",
"license": "MIT",
"authors": {
"Paul Zabelin": "https://github.com/paulz"
},
"source": {
"git": "https://github.com/paulz/PerspectiveTransform.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/iospaulz",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}