[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 1 / e / GlideEngine / 1.0.0 / GlideEngine.podspec.json
blob92025ca825e27213980e13fe6a6f7de3eeb2a346
2   "name": "GlideEngine",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Game engine for making 2d games on iOS, macOS and tvOS",
6   "homepage": "https://github.com/cocoatoucher/Glide",
7   "authors": {
8     "cocoatoucher": "cocoatoucher@posteo.se"
9   },
10   "swift_versions": "5.0",
11   "osx": {
12     "xcconfig": {
13       "OTHER_CFLAGS": "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"
14     },
15     "source_files": [
16       "Glide_macOS/*.swift",
17       "Glide_macOS/*.h",
18       "Glide_macOS/DDHid/*.{h,m}",
19       "Glide_macOS/Image/*.{h,m}"
20     ]
21   },
22   "platforms": {
23     "ios": "11.4",
24     "osx": "10.13",
25     "tvos": "12.0"
26   },
27   "source": {
28     "git": "https://github.com/cocoatoucher/Glide.git",
29     "tag": "1.0.0"
30   },
31   "source_files": "Shared/**/*.swift",
32   "ios": {
33     "source_files": [
34       "Glide_iOS/*.swift",
35       "Glide_iOS/*.h"
36     ]
37   },
38   "tvos": {
39     "source_files": "Glide_tvOS/*.h"
40   },
41   "frameworks": [
42     "Foundation",
43     "CoreGraphics",
44     "SpriteKit"
45   ]