[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 1 / d / MBMvc / 1.1.3 / MBMvc.podspec.json
blob300557d8a89d1080a4787570ee7afdf70dcc81f0
2   "name": "MBMvc",
3   "version": "1.1.3",
4   "summary": "MBMvc is a Message Based MVC framework.",
5   "homepage": "https://github.com/alibaba/MBMvc",
6   "license": {
7     "type": "GPL2",
8     "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"
9   },
10   "authors": {
11     "文通": "wentong@taobao.com"
12   },
13   "source": {
14     "git": "https://github.com/alibaba/MBMvc.git",
15     "tag": "1.1.3"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "MBMvc/**/*.{h,m}",
21   "public_header_files": "MBMvc/**/*.h",
22   "requires_arc": true,
23   "dependencies": {
24     "OMPromises/Core": [
26     ]
27   },
28   "prefix_header_contents": "  \n#ifdef DEBUG\n#define TBMB_DEBUG\n#endif\n\n"