blob: c8dfd85779bfff4246ccf3ed23236b3ed6344a74 [file] [log] [blame]
{
"name": "GenericGameModel",
"version": "3.0.0",
"summary": "A collection of classes for MVC 2D game development in iOS.",
"homepage": "https://github.com/mgrider/GenericGameModel",
"license": "MIT",
"authors": "Martin Grider",
"source": {
"git": "https://github.com/mgrider/GenericGameModel.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"source_files": "GenericGameModel",
"frameworks": [
"QuartzCore",
"UIKit"
],
"dependencies": {
"BaseModel": [
]
}
}