[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 5 / c / 8 / GenericGameModel / 4.0.1 / GenericGameModel.podspec.json
blob542dc513d8ca35ff7cdbcc94500b27c51d414bf9
2   "name": "GenericGameModel",
3   "version": "4.0.1",
4   "summary": "A collection of classes for MVC 2D game development in iOS.",
5   "homepage": "https://github.com/mgrider/GenericGameModel",
6   "license": "MIT",
7   "authors": "Martin Grider",
8   "source": {
9     "git": "https://github.com/mgrider/GenericGameModel.git",
10     "tag": "4.0.1"
11   },
12   "platforms": {
13     "ios": "6.1"
14   },
15   "requires_arc": true,
16   "source_files": "GenericGameModel",
17   "frameworks": [
18     "QuartzCore",
19     "UIKit"
20   ],
21   "dependencies": {
22     "BaseModel": [
24     ]
25   }