blob: 770071238fe6c67008caa793fd68497b74319d1b [file] [log] [blame]
{
"name": "Vendor",
"version": "0.0.1",
"summary": "常用第三方库",
"description": "收集的常用第三方库",
"homepage": "https://github.com/GL-Wen/Vendor",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"william": "pjwwgl@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GL-Wen/Vendor.git",
"tag": "0.0.1"
},
"source_files": [
"Vendor",
"Vendor/**/*.{h,m}"
],
"prefix_header_file": "Vendor/Vendor.pch",
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}