blob: ccc86029e4e1f12354dc86118e1fc48cd9fc4ff0 [file] [log] [blame]
{
"name": "MMNetWork",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MMNetWork/Classes/**/*",
"resource_bundles": {
"MMNetWork": [
"MMNetWork/Assets/Xib/*.{xib}"
]
},
"prefix_header_contents": [
"#import <SQRBaseDefineWithFunction/SQRBaseDefine.h>",
"#import <SQRBaseDefineWithFunction/SQRDataSave.h>",
"#import \"HMFJSONResponseSerializerWithData.h\""
],
"dependencies": {
"AFNetworking": [
],
"YYCache": [
],
"SQRBaseDefineWithFunction": [
]
}
}