blob: 8c7b774cb452245e5622b5e10966918aa1609a46 [file] [log] [blame]
{
"name": "CCBFTComponentKit",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "CCBFTComponentKit, 政务组件封装",
"homepage": "https://github.com/lunan8866",
"authors": {
"xibei": "lunan8866@163.com"
},
"source": {
"git": "https://github.com/lunan8866/CCBFTComponentKit.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": [
"CCBFTComponentKit/CCBFTComponentKit/gsp_alert(弹窗样式)/*.{h,m}",
"CCBFTComponentKit/CCBFTComponentKit/gsp_common/*.{h,m}",
"CCBFTComponentKit/CCBFTComponentKit/gsp_toast/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"~>1.1.0"
]
}
}