[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 1 / c / PerspectiveTransform / 0.2.0 / PerspectiveTransform.podspec.json
blobc5bdc348651150c2ecac3e69d5fe5d5e90b84f26
2   "name": "PerspectiveTransform",
3   "version": "0.2.0",
4   "summary": "Perspective Transform calculates CATransform3D",
5   "description": "Calculates CATransform3D to transform rectangular frame to convex quadrilateral\nAllows to overlay images in UIView given 4 points.",
6   "homepage": "https://github.com/paulz/PerspectiveTransform",
7   "screenshots": "https://github.com/paulz/PerspectiveTransform/wiki/images/container-with-green-polygon.png",
8   "license": "MIT",
9   "authors": {
10     "Paul Zabelin": "https://github.com/paulz"
11   },
12   "source": {
13     "git": "https://github.com/paulz/PerspectiveTransform.git",
14     "tag": "0.2.0"
15   },
16   "social_media_url": "https://twitter.com/iospaulz",
17   "platforms": {
18     "ios": "11.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "frameworks": "UIKit"