blob: 7cfd0b508eabf90261413383b21d5dc1df8fc556 [file] [log] [blame]
{
"name": "SQREXGeneralProject",
"version": "0.3.2",
"summary": "社区人快递自定义模块",
"homepage": "http://gogs.shoppingyizhan.com/PR/SQREXGeneralProject.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pengrui": "pengruiCode@163.com"
},
"source": {
"git": "http://gogs.shoppingyizhan.com/PR/SQREXGeneralProject.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"description": "私有API,宏定义,models,views等",
"dependencies": {
"SQRBaseClassProject": [
],
"SQRBaseDefineWithFunction": [
],
"SQRNetworkRequset": [
],
"YYModel": [
],
"RMUniversalAlert": [
]
},
"subspecs": [
{
"name": "Define",
"source_files": "SQREXGeneralProject/Define/*.{h,m}",
"dependencies": {
"SQREXGeneralProject/Models": [
]
}
},
{
"name": "CommonUI",
"source_files": "SQREXGeneralProject/CommonUI/*.{h,m}",
"resources": "SQREXGeneralProject/CommonUI/*.xib"
},
{
"name": "Views",
"source_files": "SQREXGeneralProject/Views/**/*.{h,m}",
"resources": "SQREXGeneralProject/Views/**/*.xib",
"dependencies": {
"SQREXGeneralProject/Define": [
]
}
},
{
"name": "Models",
"source_files": "SQREXGeneralProject/Models/**/*.{h,m}",
"dependencies": {
"YYModel": [
]
}
}
]
}