blob: ce5befba19ede8c24fa2d7bee8f41ab67176fd44 [file] [log] [blame]
{
"name": "ProjDemo2",
"version": "1.0.0",
"summary": "ProjDemo2 source",
"description": "管理者项目的组件ProjDemo2的源码",
"homepage": "https://gitee.com/snilwx/proj-demo2",
"license": "MIT",
"authors": {
"wangxiang": "934416194@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://gitee.com/snilwx/proj-demo2.git",
"tag": "1.0.0"
},
"source_files": "ProjDemo2/PublicService/**/*",
"exclude_files": [
"ProjDemo2/AppDelegate.{h,m}",
"ProjDemo2/main.m"
],
"vendored_frameworks": "Pods/PodsLibDemo/PodsLibDemo.framework",
"dependencies": {
"AFNetworking": [
],
"XMNetworking": [
]
},
"requires_arc": true
}