blob: 07d081b4e80cd401d9a3246265fc084417acc478 [file] [log] [blame]
{
"name": "AMDInvoiceModule",
"version": "1.0.0",
"summary": "the invoice component",
"description": "the module of invoice in ylApp, as the part of order",
"homepage": "https://github.com/xie244135119/AMDInvoiceModule/blob/master/README.md",
"license": "MIT",
"authors": {
"xieqiang": "xie244135119@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xie244135119/AMDInvoiceModule.git",
"tag": "1.0.0"
},
"source_files": "AMDInvoiceModule/AMDInvoiceModule.h",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"SSBaseKit": [
],
"SSBaseLib": [
],
"CustomerModule": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "AMDInvoiceModule/AMDReceipt/Controller/*.{h,m}",
"dependencies": {
"AMDInvoiceModule/UIKit": [
]
}
},
{
"name": "UIKit",
"source_files": "AMDInvoiceModule/AMDReceipt/View/*.{h,m}",
"dependencies": {
"AMDInvoiceModule/Model": [
],
"AMDInvoiceModule/Private": [
]
}
},
{
"name": "Model",
"source_files": "AMDInvoiceModule/AMDReceipt/Model/*.{h,m}"
},
{
"name": "Private",
"source_files": "AMDInvoiceModule/AMDReceipt/Utility/*.{h,m}"
}
]
}