[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 5 / c / 8 / GenericGameModel / 0.0.2 / GenericGameModel.podspec.json
blobdd532f218815063af7724e78408b288b24e680c2
2   "name": "GenericGameModel",
3   "version": "0.0.2",
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": "0.0.2"
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   }