blob: 399406538406c5519921f6121eabe148b7254707 [file] [log] [blame]
{
"name": "MBMvc",
"version": "1.0.0",
"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.0.0"
},
"platforms": {
"ios": "4.3"
},
"source_files": "MBMvc/**/*.{h,m}",
"public_header_files": "MBMvc/**/*.h",
"requires_arc": true
}