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