blob: c635a4d3ef4deaff2f7bd5513722a695d51e6d20 [file] [log] [blame]
{
"name": "LLBase",
"version": "0.1.0",
"summary": "LLBase.",
"description": "custom used for LLBase",
"homepage": "https://github.com/liuleiai1/LLBase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuleiai1": "383265136@qq.com"
},
"source": {
"git": "https://github.com/liuleiai1/LLBase.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Category",
"source_files": "LLBase/Classes/Category/**/*"
},
{
"name": "Base",
"source_files": "LLBase/Classes/Base/**/*"
},
{
"name": "Tool",
"source_files": "LLBase/Classes/Tool/**/*"
},
{
"name": "Network",
"source_files": "LLBase/Classes/Network/**/*",
"dependencies": {
"LLBase/Category": [
],
"AFNetworking": [
"~> 3.1.0"
],
"SDWebImage": [
"~> 4.2.2"
]
}
}
]
}