[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 9 / d / GPEngine / 2.2.0 / GPEngine.podspec.json
blobb33ce7d3fa966ce5086dc5eff5eb78ce7df384bc
2   "name": "GPEngine",
3   "version": "2.2.0",
4   "summary": "A Space/Entity/Component/System framework for creating games.",
5   "description": "A Space/Entity/Component/System game framework.\n\nSee https://gamedevelopment.tutsplus.com/tutorials/spaces-useful-game-object-containers--gamedev-14091 for more information about SECP.",
6   "homepage": "https://github.com/LuizZak/GPEngine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LuizZak": "luizinho_mack@yahoo.com.br"
13   },
14   "source": {
15     "git": "https://github.com/LuizZak/GPEngine.git",
16     "tag": "2.2.0"
17   },
18   "social_media_url": "https://twitter.com/LuizZak",
19   "default_subspecs": "Core",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "GPEngine/Base": [
30         ]
31       }
32     },
33     {
34       "name": "Base",
35       "source_files": "Source/Base/**/*"
36     },
37     {
38       "name": "Serialization",
39       "source_files": "Source/Serialization/**/*",
40       "dependencies": {
41         "GPEngine/Base": [
43         ],
44         "SwiftyJSON": [
46         ]
47       }
48     }
49   ]