blob: d3d4967b748e317acf405c811f068b5bd7b92eb5 [file] [log] [blame]
{
"name": "ZCSudokuView",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "ZCSudokuView/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}