4 "summary": "Use tuple like other modern programming languages",
5 "description": "Sometimes you may need to return multiple values other than just one. In these cases, you can use a pointer, like `NSError **`, or you can put them into an array or a dictionary, or straightforward, create a class for it. But you have another choice now, EasyTuple, it can group multiple values in a better way.",
6 "homepage": "https://github.com/meituan/EasyTuple",
12 "WilliamZang": "chengwei.zang.1985@gmail.com"
15 "git": "https://github.com/meituan/EasyTuple.git",
24 "source_files": "EasyTuple/**/*.{m,h}",
25 "public_header_files": "EasyTuple/**/*.h",
26 "module_map": "EasyTuple/EasyTuple.modulemap",
27 "frameworks": "Foundation"