blob: c04d7a99f3362b284aaf675e8e5ce77527505633 [file] [log] [blame]
{
"name": "ZCSudokuView",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "ZCSudokuView/**/*.{h,m}",
"resources": "ZCSudokuView/XJSearchBar/image/*.png",
"frameworks": [
"Foundation",
"UIKit"
]
}