[Add] RadarSDKMotion 3.19.7-beta.1
[CocoaPods.git] / Specs / 4 / a / 1 / TJMGameBoardView / 1.0.0 / TJMGameBoardView.podspec.json
blob23f41b4c479d5ad5f9cb3ff7f7287597e9646d8d
2   "name": "TJMGameBoardView",
3   "version": "1.0.0",
4   "summary": "A simple game board view written in Objective-C.",
5   "description": "A simple implementation of a grid that UIViews can be placed on.",
6   "homepage": "https://github.com/Cubd/Game-Board-View",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cubd": "email@address.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/Cubd/Game-Board-View.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Source/**/*.{h,m}",
22   "exclude_files": "Test Project",
23   "requires_arc": true,
24   "dependencies": {
25     "TJMTwoDimensionalArray": [
26       "~> 1.0"
27     ]
28   }