blob: f0174bf0d9a5b440cf0ecd384e4113e052b065d0 [file] [log] [blame]
{
"name": "LLCommonCode",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LLCommonCode/Classes/**/*",
"subspecs": [
{
"name": "Base",
"source_files": "LLCommonCode/Classes/Base/*"
},
{
"name": "Category",
"source_files": "LLCommonCode/Classes/Category/*"
},
{
"name": "Constant",
"source_files": "LLCommonCode/Classes/Constant/*"
}
]
}