blob: 9595887db2f0d7c93c15a57ce9178ae0412e9c8c [file] [log] [blame]
{
"name": "GPEngine",
"version": "1.0.0",
"summary": "A Space/Entity/Component/System framework for creating games.",
"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.",
"homepage": "https://github.com/LuizZak/GPEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LuizZak": "luizinho_mack@yahoo.com.br"
},
"source": {
"git": "https://github.com/LuizZak/GPEngine.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/LuizZak",
"platforms": {
"ios": "8.0"
},
"source_files": "GPEngine/Classes/**/*",
"pushed_with_swift_version": "3.0"
}