{
"deploymentTarget": "12",
"dependencies-pod-sources": [ //可选, 指定source 源, 可指定多个。HBuilderX 4.61+ 版本支持
"https://github.com/CocoaPods/Specs.git"
],
"dependencies-pods": [{
"name": "QTCommon",
"version": "1.7.3"
},
{
"name": "UMCCommonLog",
"version": "2.0.2"
}
]
}
这是我引入pod库的方式,引入之后应该怎么用呢?
0 个回复