[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 1 / c / PerspectiveTransform / 1.0 / PerspectiveTransform.podspec.json
blob443ea85a55486b8e12111ee15b60648a55760653
2   "name": "PerspectiveTransform",
3   "cocoapods_version": "~> 1.5",
4   "version": "1.0",
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": "1.0"
18   },
19   "social_media_url": "https://twitter.com/iospaulz",
20   "platforms": {
21     "ios": "12.2"
22   },
23   "swift_versions": "5.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       "requires_app_host": false,
35       "source_files": [
36         "Example/Specs/**/*.{h,swift}",
37         "Example/Tests/*Helper.swift"
38       ],
39       "dependencies": {
40         "Quick": "~> 2.0",
41         "Nimble": "~> 8.0"
42       }
43     },
44     {
45       "name": "AppSpecs",
46       "test_type": "unit",
47       "requires_app_host": true,
48       "resources": "Example/Tests/**/*.{png,jpg,svg}",
49       "source_files": [
50         "Example/Tests/**/*.{h,swift}",
51         "Example/PerspectiveTransform/resetAnchorPoint.swift"
52       ],
53       "dependencies": {
54         "Quick": "~> 2.0",
55         "Nimble-Snapshots": "~> 7.0",
56         "iOSSnapshotTestCase": "~> 6.0"
57       }
58     }
59   ]