blob: b9658336dfb6092beebd93d4ef1740aca386ee0e [file] [log] [blame]
{
"name": "LPCTools",
"version": "0.1.6",
"summary": "a component of Tools on iOS",
"homepage": "https://github.com/lipeichi/LPCTools",
"description": "李沛池工具汇总、5年iOS架构经验总结出的一套用于快速搭建新启动App的框架、持续完善、普惠天下",
"license": "MIT",
"authors": {
"Godlike": "godlikelpc@126.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/lipeichi/LPCTools.git",
"tag": "0.1.6"
},
"source_files": "LPCGodlike/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"MBProgressHUD": [
]
},
"requires_arc": true,
"subspecs": [
{
"name": "LPCBaseKit",
"source_files": "LPCGodlike/**/*.{h,m}"
}
]
}