[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 5 / e / ARCMacro / 0.0.1 / ARCMacro.podspec.json
blob284c218b6d71764d0c467e3fd9b065d41e202e5b
2   "name": "ARCMacro",
3   "version": "0.0.1",
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",
7   "license": {
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"
10   },
11   "authors": {
12     "HIRANO Satoshi": "happy.hirano@gmail.com"
13   },
14   "source": {
15     "git": "https://gist.github.com/2823399.git",
16     "commit": "cdad0eb4e923c1767ef1cc901a221c59aef45f72"
17   },
18   "source_files": "ARCMacro.h",
19   "requires_arc": false