blob: b1761445bd4567b90a2e9c7bea3c3a160c2bb405 [file] [log] [blame]
{
"name": "LLCommonCode",
"version": "0.1.1",
"summary": "A repository for iOS development.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lvyingliang200/LLCommonCode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lvyingliang200": "475478714@qq.com"
},
"source": {
"git": "https://github.com/lvyingliang200/LLCommonCode.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LLCommonCode/Classes/**/*",
"subspecs": [
{
"name": "Base",
"source_files": "LLCommonCode/Classes/Base/*"
},
{
"name": "Category",
"source_files": "LLCommonCode/Classes/Category/*"
}
]
}