[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 6 / a / f / ImagineEngine / 0.1.0 / ImagineEngine.podspec.json
blob85391c74f33c81295241da798b32f40976d2f328
2   "name": "ImagineEngine",
3   "version": "0.1.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   },
18   "source": {
19     "git": "https://github.com/JohnSundell/ImagineEngine.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "frameworks": [
24     "Foundation",
25     "CoreGraphics",
26     "QuartzCore"
27   ],
28   "pushed_with_swift_version": "4.0"