blob: a26c613ccf6088e7ad96e0752df071ee5aa010df [file] [log] [blame]
{
"name": "ZCSudokuView",
"version": "1.0.0",
"summary": "a sudoku view used on iOS.",
"description": "It is a sudoku view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ChenZhenChun/ZCSudokuView",
"license": "MIT",
"authors": {
"ChenZhenChun": "346891964@qq.com"
},
"source": {
"git": "https://github.com/ChenZhenChun/ZCSudokuView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "ZCSudokuView/**/*",
"frameworks": [
"Foundation",
"UIKit"
]
}