[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / c / PerspectiveTransform / 0.3.4 / PerspectiveTransform.podspec.json
blob62dd0da28d3a65f8fe837bf12e0805e37b907af9
2   "name": "PerspectiveTransform",
3   "cocoapods_version": "~> 1.5",
4   "version": "0.3.4",
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",
9   "license": {
10     "type": "MIT"
11   },
12   "authors": {
13     "Paul Zabelin": "https://github.com/paulz"
14   },
15   "source": {
16     "git": "https://github.com/paulz/PerspectiveTransform.git",
17     "tag": "0.3.4"
18   },
19   "social_media_url": "https://twitter.com/iospaulz",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "swift_version": "4.0",
24   "source_files": "Pod/Classes/**/*",
25   "frameworks": [
26     "UIKit",
27     "CoreGraphics",
28     "QuartzCore"
29   ],
30   "testspecs": [
31     {
32       "name": "UnitSpecs",
33       "test_type": "unit",
34       "source_files": [
35         "Example/Specs/**/*.{h,swift}",
36         "Example/Tests/*Helper.swift"
37       ],
38       "dependencies": {
39         "Quick": "~> 1.3",
40         "Nimble": "~> 7.1"
41       }
42     },
43     {
44       "name": "AppSpecs",
45       "test_type": "unit",
46       "requires_app_host": true,
47       "resources": "Example/Tests/**/*.{png,jpg,svg}",
48       "source_files": [
49         "Example/Tests/**/*.{h,swift}",
50         "Example/PerspectiveTransform/resetAnchorPoint.swift"
51       ],
52       "dependencies": {
53         "Quick": "~> 1.3",
54         "Nimble-Snapshots": "~> 6.7",
55         "iOSSnapshotTestCase": "~> 3.0"
56       }
57     }
58   ]