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