blob: 54d79dd1c9b514a2a92aa0b98c561c4673adc378 [file] [log] [blame]
{
"name": "MBMvc",
"version": "1.1.3.2",
"summary": "MBMvc is a Message Based MVC framework.",
"homepage": "https://github.com/alibaba/MBMvc",
"license": {
"type": "GPL2",
"text": " (C) 2007-2013 Alibaba Group Holding Limited\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License version 2 as\n published by the Free Software Foundation.\n"
},
"authors": {
"文通": "wentong@taobao.com"
},
"source": {
"git": "https://github.com/alibaba/MBMvc.git",
"tag": "1.1.3.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "MBMvc/**/*.{h,m}",
"public_header_files": "MBMvc/**/*.h",
"requires_arc": true,
"dependencies": {
"OMPromises/Core": [
]
},
"prefix_header_contents": " \n#ifdef DEBUG\n#define TBMB_DEBUG\n#endif\n\n"
}