[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 6 / a / f / ImagineEngine / 0.4.0 / ImagineEngine.podspec.json
blobe8b8b8f0a9ad548e972d7b068148309040ff2ff9
2   "name": "ImagineEngine",
3   "version": "0.4.0",
4   "summary": "A Swift game engine based on Core Animation",
5   "description": "Imagine Engine is an ongoing project that aims to create a fast, high-performace Swift 2D game engine for Apple's platforms that is also a joy to use.\nWhile there are still ways to go, things to fix and new capabilities to add, you are invited to participate in this new community to build a tool with\nan ambitious but clear goal - to enable you to easily build any game that you can imagine.",
6   "homepage": "https://github.com/JohnSundell/ImagineEngine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "John Sundell": "john@sundell.co"
13   },
14   "social_media_url": "https://twitter.com/johnsundell",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.12",
18     "tvos": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/JohnSundell/ImagineEngine.git",
22     "tag": "0.4.0"
23   },
24   "source_files": "Sources/Core/**/*.swift",
25   "ios": {
26     "source_files": "Sources/Integrations/UIKit/*.swift",
27     "exclude_files": [
28       "Sources/Core/Internal/ClickGestureRecognizer-macOS.swift",
29       "Sources/Core/Internal/DisplayLink-macOS.swift",
30       "Sources/Core/Internal/Image-macOS.swift",
31       "Sources/Core/Internal/Screen-macOS.swift"
32     ]
33   },
34   "osx": {
35     "source_files": "Sources/Integrations/AppKit/*.swift",
36     "exclude_files": [
37       "Sources/Core/Internal/DisplayLink-iOS+tvOS.swift",
38       "Sources/Core/Internal/Screen-iOS.swift"
39     ]
40   },
41   "tvos": {
42     "source_files": "Sources/Integrations/UIKit/*.swift",
43     "exclude_files": [
44       "Sources/Core/Internal/ClickGestureRecognizer-macOS.swift",
45       "Sources/Core/Internal/DisplayLink-macOS.swift",
46       "Sources/Core/Internal/Image-macOS.swift",
47       "Sources/Core/Internal/Screen-macOS.swift"
48     ]
49   },
50   "frameworks": [
51     "Foundation",
52     "CoreGraphics",
53     "QuartzCore"
54   ],
55   "pushed_with_swift_version": "4.0"