blob: 476454cbd474c9ec071f80e488f966591c8563d8 [file] [log] [blame]
{
"name": "TJMGameBoard",
"version": "1.0.0",
"summary": "A simple game board written in Objective-C.",
"description": "I wrote this to implement a simple game board model object.",
"homepage": "https://github.com/Cubd/Game-Board",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cubd": "tyler@tylermilner.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Cubd/Game-Board.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*.{h,m}",
"exclude_files": "Test Project",
"requires_arc": true,
"dependencies": {
"TJMTwoDimensionalArray": [
"~> 1.0"
]
}
}