blob: d6737a57ba35ef29fb87ddaa6331d8c380dee7b4 [file] [log] [blame]
{
"name": "LLCommonCode",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LLCommonCode/Classes/**/*",
"subspecs": [
{
"name": "Base",
"source_files": "LLCommonCode/Classes/Base/*"
},
{
"name": "ExternCategory",
"source_files": "LLCommonCode/Classes/ExternCategory/*"
}
]
}