blob: 1c8d88dd851971cb2a601c338c98b8088bd3e99c [file] [log] [blame]
{
"name": "FCBaseKit",
"version": "0.1.0",
"summary": "FCBaseKit",
"description": "组件基础依赖组件",
"homepage": "https://gitee.com/FCComp/FCBaseKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fczhouyou": "zhouyou@sobey.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/FCComp/FCBaseKit.git",
"tag": "0.1.0"
},
"source_files": "FCBaseKit/FCBaseKit.framework/Headers/*.h",
"resources": "FCBaseKit/FCBaseKit.bundle",
"vendored_frameworks": "FCBaseKit/*.framework",
"dependencies": {
"MJRefresh": [
],
"Masonry": [
],
"MJExtension": [
],
"AFNetworking": [
],
"SDWebImage": [
],
"ReactiveObjC": [
]
}
}