| { |
| "name": "PerspectiveTransform", |
| "cocoapods_version": "~> 1.5", |
| "version": "0.3.4", |
| "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": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Paul Zabelin": "https://github.com/paulz" |
| }, |
| "source": { |
| "git": "https://github.com/paulz/PerspectiveTransform.git", |
| "tag": "0.3.4" |
| }, |
| "social_media_url": "https://twitter.com/iospaulz", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_version": "4.0", |
| "source_files": "Pod/Classes/**/*", |
| "frameworks": [ |
| "UIKit", |
| "CoreGraphics", |
| "QuartzCore" |
| ], |
| "testspecs": [ |
| { |
| "name": "UnitSpecs", |
| "test_type": "unit", |
| "source_files": [ |
| "Example/Specs/**/*.{h,swift}", |
| "Example/Tests/*Helper.swift" |
| ], |
| "dependencies": { |
| "Quick": "~> 1.3", |
| "Nimble": "~> 7.1" |
| } |
| }, |
| { |
| "name": "AppSpecs", |
| "test_type": "unit", |
| "requires_app_host": true, |
| "resources": "Example/Tests/**/*.{png,jpg,svg}", |
| "source_files": [ |
| "Example/Tests/**/*.{h,swift}", |
| "Example/PerspectiveTransform/resetAnchorPoint.swift" |
| ], |
| "dependencies": { |
| "Quick": "~> 1.3", |
| "Nimble-Snapshots": "~> 6.7", |
| "iOSSnapshotTestCase": "~> 3.0" |
| } |
| } |
| ] |
| } |