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