blob: 2de32a2416c512fee06dfe723f25af341e1706e7 [file] [log] [blame]
{
"name": "LLCommonCode",
"version": "0.1.6",
"summary": "A repository for iOS development.",
"description": "A reponsitory for ios develop.\nBase -> Base Controller 、Presenter etc.\nCategory -> Category for OC Classes.\nConstant -> Some constant which used often.",
"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.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LLCommonCode/Classes/**/*",
"subspecs": [
{
"name": "Base",
"source_files": "LLCommonCode/Classes/Base/*"
},
{
"name": "ExternCategory",
"source_files": "LLCommonCode/Classes/ExternCategory/*"
}
]
}