[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / d / 0 / 5 / TJMGameBoard / 1.0.0 / TJMGameBoard.podspec.json
blob476454cbd474c9ec071f80e488f966591c8563d8
2   "name": "TJMGameBoard",
3   "version": "1.0.0",
4   "summary": "A simple game board written in Objective-C.",
5   "description": "I wrote this to implement a simple game board model object.",
6   "homepage": "https://github.com/Cubd/Game-Board",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cubd": "tyler@tylermilner.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/Cubd/Game-Board.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   }