blob: 35075240dff3e77325960aecc5e620da157c1d3b [file] [log] [blame]
{
"name": "LPCTool",
"version": "0.1.1",
"summary": "李沛池工具汇总",
"description": "李沛池工具汇总、6年iOS架构经验总结出的一套用于快速搭建新启动App的框架、持续完善、普惠天下",
"homepage": "https://github.com/godlikelpc/LPCTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"godlikelpc": "lipeichi@jd.com"
},
"source": {
"git": "https://github.com/godlikelpc/LPCTool.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"LPCSource/*.(h,m)",
"LPCSource/**/*.h",
"LPCSource/**/**/*.(h,m)"
],
"public_header_files": [
"LPCSource/*.(h,m)",
"LPCSource/**/*.h",
"LPCSource/**/**/*.(h,m)"
],
"prefix_header_contents": "#import \"LPCToolPrefix.h\""
}