blob: 7d762b1f9bb3dcfe8769948d6ff80eb9bc69d5bc [file] [log] [blame]
{
"name": "ZCCCHelloWorld",
"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/ZCCCHelloWorld",
"license": "MIT",
"authors": {
"ChenZhenChun": "346891964@qq.com"
},
"source": {
"git": "https://github.com/ChenZhenChun/ZCCCHelloWorld.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"ZCCCHelloWorld/demo/*.{h,m}",
"ZCCCHelloWorld/demo2/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}