4 "summary": "Enables compilation both in ARC and non-ARC.",
5 "description": "ARCMacro.h realizes compilation of Objective-C source files both in Automatic Reference Counting (ARC) compilation mode and Manual Reference Counting (MRC, non-ARC) compilation mode without changing the compiler switch. This is useful when you provide a library in the source code form for ARC apps and MRC apps. And your code can take advantage of the ARC mode that is much safer.",
6 "homepage": "https://gist.github.com/2823399",
8 "type": "Apache License, Version 2.0",
9 "text": " This is a by-product of joint research by AIST and The University of Ryukyu.\n HIRANO Satoshi (AIST), NAKAMURA Morikazu (U. Ryukyu) and GUAN Senlin (U. Ryukyu).\n Author: HIRANO Satoshi\n Copyright 2011-2012 National Institute of Advanced Industrial Science and Technology (AIST), Japan\n Apache License 2.0\n"
12 "HIRANO Satoshi": "happy.hirano@gmail.com"
15 "git": "https://gist.github.com/2823399.git",
16 "commit": "cdad0eb4e923c1767ef1cc901a221c59aef45f72"
18 "source_files": "ARCMacro.h",