blob: a52c8b3f684e342f5053fd78d4c74bdbaffee55c [file] [log] [blame]
{
"name": "PSTFramework",
"version": "1.0.1",
"summary": "创建一个输出hello world的Framework",
"platforms": {
"ios": "9.0"
},
"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": "1.0.1"
},
"source_files": "Framework/**/*.{h,m}",
"public_header_files": "Framework/**/*.h",
"requires_arc": true,
"ios": {
"vendored_frameworks": "Framework/PSTFramework.framework"
}
}