[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / e / GlideEngine / 1.0.4 / GlideEngine.podspec.json
blobec299a0d2e7f11d23fea54bd4f93460248bdfd54
2   "name": "GlideEngine",
3   "version": "1.0.4",
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   },
16   "platforms": {
17     "ios": "11.4",
18     "osx": "10.13",
19     "tvos": "12.0"
20   },
21   "source": {
22     "git": "https://github.com/cocoatoucher/Glide.git",
23     "tag": "1.0.4"
24   },
25   "source_files": "Sources/**/*.swift",
26   "frameworks": [
27     "Foundation",
28     "CoreGraphics",
29     "SpriteKit"
30   ],
31   "swift_version": "5.0"