blob: 3d6436abe579423f69de7854936aefad4106512b [file] [log] [blame]
{
"name": "LLToolbox",
"version": "0.1.1",
"summary": "开发工具盒.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/LOLITA0164/LLToolbox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LOLITA0164": "476512340@qq.com"
},
"source": {
"git": "https://github.com/LOLITA0164/LLToolbox.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LLToolbox/Classes/*.h",
"subspecs": [
{
"name": "Categorys",
"source_files": "LLToolbox/Classes/Categorys/*"
},
{
"name": "Functions",
"source_files": "LLToolbox/Classes/Functions/*"
}
]
}