2 "name": "MSStringifyMacros",
8 "summary": "A set of macros for simplifying the use of NSUserDefaults and NSCoding.",
9 "description": " MSStringifyMacros provides a convenient alternative to the normally tedious \n and potentially error-prone standard approach to coding for NSUserDefaults and NSCoding.\n",
10 "homepage": "https://github.com/murraysagal/MSStringifyMacros",
12 "Murray Sagal": "murraysagal@mac.com"
15 "git": "https://github.com/murraysagal/MSStringifyMacros.git",
18 "source_files": "MSStringifyMacro.h",
23 "requires_arc": false,
28 "MSStringifyMacros_Archiving.h",
29 "NSKeyedArchiver+MSStringifyMacrosAdditions.{h,m}",
30 "NSKeyedUnarchiver+MSStringifyMacrosAdditions.{h,m}"
34 "name": "UserDefaults",
35 "source_files": "MSStringifyMacros_UserDefaults.h"