blob: b3d554162ab293c6001413c41e8ed75594615a66 [file] [log] [blame]
{
"name": "PSTFramework",
"version": "0.0.2",
"summary": "创建一个输出hello world的Framework",
"description": "这就是一个测试,没别的,你信不信?",
"homepage": "https://github.com/pengshuangta/PSTFramework.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pengshuangta": "1120160658@qq.com"
},
"source": {
"git": "https://github.com/pengshuangta/PSTFramework.git",
"tag": "0.0.2"
},
"source_files": "Framework/**/*.{h,m}",
"public_header_files": "Framework/**/*.h",
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}