blob: f0b223e2e1188af5efbd5a6f99ae2913f52df968 [file] [log] [blame]
{
"name": "MMNetWork",
"version": "1.0.1",
"summary": "A short description of MMNetWork.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/didiaogithub/MMNetWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"didiaogithub": "1078231019@qq.com"
},
"source": {
"git": "https://github.com/didiaogithub/MMNetWork.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MMNetWork/Classes/**/*",
"resource_bundles": {
"MMNetWork": [
"MMNetWork/Assets/Xib/*.{xib}"
]
},
"prefix_header_contents": [
"#import <SQRBaseDefineWithFunction/SQRBaseDefine.h>",
"#import <SQRBaseDefineWithFunction/SQRDataSave.h>",
"#import<AFNetworking/AFNetworking.h>"
],
"dependencies": {
"AFNetworking": [
"~> 4.0.1"
],
"YYCache": [
],
"SQRBaseDefineWithFunction": [
]
}
}