blob: 4fba3fb4d2ae96010bde983a6a729b6e2f2835d1 [file] [log] [blame]
{
"name": "LLToolbox",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LLToolbox/Classes/*.h",
"public_header_files": "LLToolbox/Classes/*.h",
"subspecs": [
{
"name": "Categorys",
"source_files": "LLToolbox/Classes/Categorys/*"
},
{
"name": "Functions",
"source_files": "LLToolbox/Classes/Functions/*"
},
{
"name": "Views",
"source_files": "LLToolbox/Classes/Views/*",
"dependencies": {
"LLToolbox/Categorys": [
]
}
}
]
}