blob: 23f41b4c479d5ad5f9cb3ff7f7287597e9646d8d [file] [log] [blame]
{
"name": "TJMGameBoardView",
"version": "1.0.0",
"summary": "A simple game board view written in Objective-C.",
"description": "A simple implementation of a grid that UIViews can be placed on.",
"homepage": "https://github.com/Cubd/Game-Board-View",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cubd": "email@address.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Cubd/Game-Board-View.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*.{h,m}",
"exclude_files": "Test Project",
"requires_arc": true,
"dependencies": {
"TJMTwoDimensionalArray": [
"~> 1.0"
]
}
}