[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 8 / Canvas2 / 1.0.4 / Canvas2.podspec.json
blob9850b0e0f95405e3ec89ba9d4d8d808e7bce9f95
2   "name": "Canvas2",
3   "version": "1.0.4",
4   "summary": "A Metal accelerated canvas for drawing and painting in iOS apps!",
5   "description": "Canvas 2 creates a drawing area on the screen that can be used for rendering highly efficient drawing curves. It uses the Metal 2 API to do this.",
6   "homepage": "https://github.com/Authman2/Canvas2",
7   "license": {
8     "type": "MIT",
9     "file": "./LICENSE"
10   },
11   "authors": {
12     "Adeola Uthman": "authman2@gmail.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.0",
18   "xcconfig": {
19     "SWIFT_VERSION": "5.0"
20   },
21   "source": {
22     "git": "https://github.com/Authman2/Canvas2.git",
23     "tag": "1.0.4"
24   },
25   "source_files": [
26     "Classes",
27     "Canvas2/src/**/*.{swift,h,m}"
28   ],
29   "exclude_files": "Classes/Exclude",
30   "resources": "Canvas2/src/Shader.metal",
31   "frameworks": [
32     "Metal",
33     "MetalKit"
34   ],
35   "swift_version": "5.0"