blob: 5f770685ee62aa7583894e2637e32131b63efb14 [file] [log] [blame]
{
"name": "SM_BasicLibrary",
"version": "1.0.1",
"summary": "Basic Library and Method.",
"description": "TODO: Base library = base method + various components. Can be used independently.",
"homepage": "https://gitee.com/SmileMonster",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SelfvLove": "SelfvLove@163.com"
},
"source": {
"git": "https://gitee.com/SmileMonster/BasicLibrary.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "SM_SmileMonster",
"vendored_frameworks": [
"SM_BasicLibrary/Classes/SM_SmileMonster/*.framework"
]
}
]
}