blob: 7ba9450d25286c56abe73dc4f6186291c3a1f04c [file] [log] [blame]
{
"name": "BBTUploadManager",
"version": "0.1.0",
"summary": "A short description of BBTUploadManager.",
"description": "资源上传组件",
"homepage": "git@git.bonbon.club:bbt-client-components/BBTUploadManager.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matcha00": "chenhuan@bonbonwork.com"
},
"source": {
"git": "git@git.bonbon.club:bbt-client-components/BBTUploadManager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "UploadManager",
"subspecs": [
{
"name": "UploadManager",
"source_files": "BBTUploadManager/Classes/UploadManager/*.{h,m}",
"dependencies": {
"BBTNetWorkManager": [
],
"Qiniu": [
"7.3.2"
],
"FCFileManager": [
"1.0.20"
]
}
}
]
}