blob: c9661dca1545aec5cfd5c90d7488823dc309bd71 [file] [log] [blame]
{
"name": "CZConfig",
"version": "0.0.1",
"summary": "iOS-配置信息",
"description": "iOS-基础配置信息",
"homepage": "https://github.com/chenzhe555/iOS-CZConfig",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenzhe555": "376811578@qq.com"
},
"source": {
"git": "https://github.com/chenzhe555/iOS-CZConfig.git",
"tag": "0.0.1"
},
"public_header_files": "CZConfig/CZConfig.h",
"source_files": "CZConfig/CZConfig.h",
"platforms": {
"ios": "9.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"subspecs": [
{
"name": "classes",
"source_files": "CZConfig/classes/*.{h,m}"
}
]
}