blob: 62f8df19a6bbe72d75875e5fd10606a93b639bea [file] [log] [blame]
{
"name": "PST",
"version": "1.0.0",
"summary": "一个简单的sdk",
"platforms": {
"ios": "9.0"
},
"description": "这就是一个测试,没别的,你信不信?",
"homepage": "https://github.com/pengshuangta/PST-APP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pengshuangta": "1120160658@qq.com"
},
"source": {
"git": "https://github.com/pengshuangta/PST.git",
"tag": "1.0.0"
},
"source_files": "PST/Frameworks/**/*.{h,m}",
"public_header_files": "PST/Frameworks/**/*.h",
"requires_arc": true,
"ios": {
"vendored_frameworks": "PST/Frameworks/PST.framework"
}
}