blob: f15d9ccd1fd2dd8d6ce3d55cc9a2cc736d57652f [file] [log] [blame]
{
"name": "PST",
"version": "0.0.1",
"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": "0.0.1"
},
"source_files": "PST/Frameworks/**/*.{h,m}",
"public_header_files": "PST/Frameworks/**/*.h",
"requires_arc": true,
"ios": {
"vendored_frameworks": "PST/Frameworks/PST.framework"
}
}