blob: eac2e12c21dad3b7387bf85de2b065f474e99a7c [file] [log] [blame]
{
"name": "WXBMethod",
"version": "1.0.6",
"platforms": {
"ios": "8.0"
},
"summary": "微企助基本方法集合",
"description": "基本方法集合(包括数据请求,七牛文件上传下载)",
"homepage": "https://github.com/mamie42/WXBMethod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mamie": "mamie42@126.com"
},
"source": {
"git": "https://github.com/mamie42/WXBMethod.git",
"tag": "1.0.6"
},
"source_files": "WXBMethod/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"FMDB": [
"~>2.6"
],
"Qiniu": [
"~>7.1"
]
}
}